U+003C "<" Less-than Sign Unicode Character
Unicode Version 17.0
<
U+003C "<" Less-than Sign is a fundamental typographic symbol with roots in Thomas Harriot's 16th century mathematical notation, officially part of the Basic Latin block at code point 60. This character serves as a relational operator in mathematics and programming to compare two values, indicating the left side is smaller than the right, and extends its utility to many contexts such as marking the beginning of HTML tags or enclosing markup. Its distinctive angular shape ensures immediate visual recognition across diverse computer systems and fonts, making it an indispensable component of modern digital text processing.
General Properties
| Code Point | U+003C |
| Version Added | 1.1 |
| Name | Less-than Sign |
| Block | Basic Latin |
| General Category | Math Symbol |
| Canonical Combining Class | Not Reordered |
| Bidirectional Class | Other Neutral |
| Mirrored | Yes |
| Mirrored Character | ">" U+003E Greater-than Sign |
Encodings
| HTML Decimal Encoding | < |
| HTML Hex Encoding | < |
| UTF-8 Encoding | 0x3C |
| UTF-16 Encoding | 0x003C |
| UTF-32 Encoding | 0x0000003C |
| C/C++/Java Escape | \u003c |