In the 7-bit ASCII character set, ASCII code 60 is represented by the character < also known as the less than (or open angled bracket).

Character Representation Value/Description
ASCII Character <
Decimal 60
Octal 74
Hexadecimal 3C
Binary 0011 1100
Description Less than (or open angled bracket)
Category Printable Characters
Subcategory Punctuation and Symbols
Unicode U+003C

Encoding

Encoding non-standard letters and characters into values that can be displayed e.g. in browsers

Encoding Method Encoded Value
URL Escape Code %3C
Quoted-printable =3C