“<" U+003C: Less-Than Sign

< Less-Than Sign

U+003C
<

ℹ️ About

The Less-Than Sign (U+003C) is a foundational Unicode character within the Basic Latin block. Primarily used as a mathematical operator for comparisons, it also serves as the opening delimiter for tags in markup languages like HTML and XML. Because of this structural role, it often requires “escaping” in web development to avoid being parsed as code. It is a mirrored character with the Greater-Than Sign (U+003E).

⚠️ Note: Do not confuse with (Single Left-Pointing Angle Quotation Mark U+2039) or (Mathematical Left Angle Bracket U+27E8).

Codes

HTML &lt;
CSS \003C
Python \u003C

Live Playground

More from Basic Latin

Copied!

Leave a Reply

Your email address will not be published. Required fields are marked *