const
.id
Unicode
ASCII
HTML entities
Search
Search identifiers
Home
/
ASCII
/
0x08
ascii
—
0x08
BS
ASCII control code 0x08 (BS), decimal 8.
control
0x08
id
BS
char
BS
name
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
08
UTF-8
UTF-16
0x0008
UTF-16
UTF-32
0x00000008
UTF-32
HTML decimal

HTML decimal
HTML hex

HTML hex
JavaScript
\u0008
JavaScript
Python
\u0008
Python
CSS
\8
CSS
JSON
\u0008
JSON
URL (UTF-8)
%08
URL (UTF-8)
C / C++
\x08
C / C++
Developer notes
Backspace. Moves cursor left; not the same as delete.
Related
Unicode
U+0008
<control>
ASCII list
Control codes
Source
Unicode
16.0.0
WHATWG
—