ascii

0x7F

DEL

ASCII control code 0x7F (DEL), decimal 127.

control

Quick facts

Hex
0x7F
Decimal
127
Octal
0o177
Binary
0b01111111
Abbreviation
DEL
Kind
Control
Unicode name
<control>
Unicode twin
U+007F

Encodings & escapes

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

Developer notes

  • Delete. Control code 127; often treated as a control, not printable.

Related

Source

Unicode
16.0.0
WHATWG