ascii

0x08

BS

ASCII control code 0x08 (BS), decimal 8.

control

Quick facts

Hex
0x08
Decimal
8
Octal
0o010
Binary
0b00001000
Abbreviation
BS
Kind
Control
Unicode name
<control>
Unicode twin
U+0008

Encodings & escapes

UTF-8
UTF-16
UTF-32
HTML decimal
HTML hex
JavaScript
Python
CSS
JSON
URL (UTF-8)
C / C++

Developer notes

  • Backspace. Moves cursor left; not the same as delete.

Related

Source

Unicode
16.0.0
WHATWG