LESS-THAN SIGN vs SINGLE LEFT-POINTING ANGLE QUOTATION MARK
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
<
LESS-THAN SIGN
U+003C
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
‹
SINGLE LEFT-POINTING ANGLE QUOTATION MARK
U+2039
View details →
VS
Property Comparison
| Property | < U+003C | ‹ U+2039 |
|---|---|---|
| Name | LESS-THAN SIGN | SINGLE LEFT-POINTING ANGLE QUOTATION MARK |
| Block | Basic Latin | General Punctuation |
| Script | Zyyy | Zyyy |
| Category | Math Symbol (Sm) | Initial Punctuation (Pi) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | U+003C | U+2039 |
|---|---|---|
| unicode | U+003C | U+2039 |
| decimal | 60 | 8249 |
| htmldecimal | < | ‹ |
| htmlhex | < | ‹ |
| css | \003C | \2039 |
| javascript | \u{3C} | \u{2039} |
| python | \u003c | \u2039 |
| java | \u003C | \u2039 |
| go | \u003C | \u2039 |
| ruby | \u{3C} | \u{2039} |
| rust | \u{3C} | \u{2039} |
| ccpp | \u003c | \u2039 |
| urlencoded | %3C | %E2%80%B9 |
| utf8bytes | 3c | e2 80 b9 |
| utf16bebytes | 00 3c | 20 39 |
| utf32bebytes | 00 00 00 3c | 00 00 20 39 |
| htmlentity | < | ‹ |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: LESS-THAN SIGN in Basic Latin and SINGLE LEFT-POINTING ANGLE QUOTATION MARK in General Punctuation.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.