Single Left-pointing Angle Quotation Mark vs Less-than Sign

Compare two Unicode characters side by side — encodings, HTML entities, escape sequences, and Unicode properties. Useful for distinguishing visually similar characters like hyphens and dashes, quotation marks, or homoglyphs.

vs

Single Left-pointing Angle Quotation Mark

U+2039
<

Less-than Sign

U+003C

Property Comparison

Property Single Left-pointing Angle Quotation Mark Less-than Sign
Codepoint U+2039 U+003C
Decimal 8249 60
HTML Entity &lsaquo; &lt;
HTML Decimal &#8249; &#60;
HTML Hex &#x2039; &#x3C;
UTF-8 E2 80 B9 3C
UTF-16 20 39 00 3C
UTF-32 00002039 0000003C
CSS Escape \2039 \3C
JS Escape \u2039 \u003C
Python Escape \u2039 \u003C
URL Encoded %E2%80%B9 %3C
Category Initial Punctuation (Pi) Math Symbol (Sm)
Block General Punctuation Basic Latin
Script Common Common
Bidi Class ON ON
Unicode Version 1.1 1.1
Rows highlighted in amber differ between the two characters.