ASCII 62
ASCII 62 is Greater-than sign, written >.
Every representation
| Character | > |
| Name | Greater-than sign |
| Decimal | 62 |
| Hexadecimal | 0x3E |
| Octal | 0076 |
| Binary | 00111110 |
| HTML entity | > or > |
| Escape sequence | \x3E |
| Unicode | U+003E |
| Group | Punctuation 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
- ASCII 55 — 7
- ASCII 56 — 8
- ASCII 57 — 9
- ASCII 58 — :
- ASCII 59 — ;
- ASCII 60 — <
- ASCII 61 — =
- ASCII 63 — ?
- ASCII 64 — @
- ASCII 65 — A
- ASCII 66 — B
- ASCII 67 — C
- ASCII 68 — D
- ASCII 69 — E
Full ASCII table · Text to binary converter · Number base converter