Technical information

Symbol
NameDelete
Unicode numberU+007F
CategoryASCII Table9. Control character
DescriptionThe Unicode character , or U+007F, is known as the "Delete". It falls within the "C0 Controls and Basic Latin" block and is categorized under the "Other, Control" category in the Unicode standard. It originates from the ASCII (American Standard Code for Information Interchange) system, where it was used as a control character. The "Delete" character is intended as a command to erase or delete the last character in a sequence, but in most modern systems, its functionality is rarely used and is often not interpreted. It holds more historical relevance from the early computing era than practical usage in today's digital systems.

Encoding

HTML Entity
HTML Entity (hex)
URL Escape Code%26%23127%3B
UTF-8 (hex)0x26 0x23 0x31 0x32 0x37 0x3B
UTF-8 (binary)1001100010001100110001001100100011011100111011
UTF-160x007F
UTF-320x0000007F

Source Code

C, C++, and Java"\u007F"
CSS Code\007F
JavaScript"\u007F"
Perl\x{007F}
Python 2u"\u007F"
Python 3\u007F
Ruby\u{007F}

Preview

This Unicode character looks like this  in sentence and in bold like this  and in italic like this .

Font size:


12px

16px

20px

28px

36px

48px

72px

CSS Property: font-weight


100

200

300

400

500

600

700

800

900

HTML Forms and Input

input
disabled input

input-group
select
button
button

Code examples in HTML and CSS

<span>&#127;</span>

            
span {
    content: "\007F";
}

The symbol in different fonts


-apple-system

Apple Color Emoji

Arial

BlinkMacSystemFont

Courier New

Georgia

Droid Sans

Helvetica

Noto Sans

Oxygen

Roboto

"Segoe UI"

sans-serif

Segoe UI Emoji

Segoe UI Symbol

system-ui

Times New Roman

Ubuntu

Verdana

References