Toolman

ASCII 62

ASCII 62 is Greater-than sign, written >.

Every representation

Character>
NameGreater-than sign
Decimal62
Hexadecimal0x3E
Octal0076
Binary00111110
HTML entity> or >
Escape sequence\x3E
UnicodeU+003E
GroupPunctuation or symbol

What it is for

Greater-than sign. Closes an HTML tag; escaped as >.

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 62?

Greater-than sign, the character >. In hexadecimal it is 0x3E, in octal 0076, and in binary 00111110.

How do I type ASCII 62?

Type > directly. In a string literal it can also be written \\x3E, and in HTML as > or >.

Is ASCII 62 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