FOSSFonts

LESS-THAN SIGN

<

U+003C

Code

003C

Code Point

60

Notes

paired with 003E for ASCII-based angle bracket markup conventions

Character Properties

General Category

Letter, Other (Lo)

Bidi Class

L (Left-to-Right)

Combining Class

0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)

Block

C0 Controls and Basic Latin (Basic Latin)

Character Encoding

UTF-8

0x3C

UTF-16

0x003C

UTF-32

0x0000003C

Copy & Paste Codes

Character

<

Unicode Escape

\u{003C}

HTML Entity (Decimal)

&#60;

HTML Entity (Hex)

&#x003C;

CSS Code

\003C

JavaScript

String.fromCodePoint(0x003C)

Python

chr(0x003C)
LESS-THAN SIGN (<) - U+003C | Unicode | FOSSFonts