0x09
0x09 is the hexadecimal code for the horizontal tab control character in ASCII and Unicode. It corresponds to the decimal value 9 and is classified as a C0 control code, meaning it does not have a printable glyph.
In text processing, the horizontal tab is used to move the cursor to the next tab stop
In programming and data formats, 0x09 is commonly represented in string literals as an escape sequence such
0x09 is widely employed as a delimiter in tab-delimited data formats, such as TSV, where it separates
Because it is a non-printing control character, 0x09 can cause misalignment or parsing issues if read in