0x08
0x08 is the hexadecimal representation of the byte value 8. In ASCII, decimal 8 corresponds to the Backspace control character, often abbreviated BS. In Unicode this same code point is U+0008, also categorized as a control character in the C0 control block. It is a non-printing character and is not intended to produce a visible symbol when text is rendered.
Historically, backspace was used on teletypes and early terminals to move the cursor one position backward.
In programming and data formats, 0x08 can appear in plain byte streams or strings. In source code
Because 0x08 is a control character, it is rarely used in modern text that is meant to