Peeks a character at the specified offset from the current beginning of the slice
without using the range Start or End, returns \0 if outside the Text.
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public readonly char PeekCharExtra(int offset)
The offset.