Toolman

ASCII 60

ASCII 60 is Less-than sign, written <.

Every representation

Character<
NameLess-than sign
Decimal60
Hexadecimal0x3C
Octal0074
Binary00111100
HTML entity&#60; or &lt;
Escape sequence\x3C
UnicodeU+003C
GroupPunctuation or symbol

What it is for

Less-than sign. Opens an HTML tag, which is why it must be escaped as &lt; in text — failing to do so is how most cross-site scripting starts.

Where the number comes from

Codes 32 to 126 hold the printable characters. The punctuation was distributed around the letters and digits so that the most common characters fell into positions that were convenient for the teleprinter keyboards of the time.

Frequently asked questions

What is ASCII 60?

Less-than sign, the character <. In hexadecimal it is 0x3C, in octal 0074, and in binary 00111100.

How do I type ASCII 60?

Type < directly. In a string literal it can also be written \\x3C, and in HTML as &#60; or &lt;.

Is ASCII 60 printable?

Yes. Codes 32 to 126 are the printable range, which is every character ASCII can actually display.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter