Latin Subscript Small Letter L vs Superscript Three
VS
Property Comparison
| Property | ₗ 2097 | ³ 00B3 |
|---|---|---|
| Name | Latin Subscript Small Letter L | Superscript Three |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Latin-1 Supplement |
| Script | Latn | Zyyy |
| General Category | Modifier Letter (Lm) | Other Number (No) |
| Bidirectional | L | EN |
Encoding Comparison
| Format | 2097 | 00B3 |
|---|---|---|
| Unicode | U+2097 | U+00B3 |
| HTML Decimal | ₗ | ³ |
| HTML Hex | ₗ | ³ |
| CSS | \2097 | \00B3 |
| JavaScript | \u{2097} | \u{B3} |
| Python | \u2097 | \u00b3 |
| UTF-8 | e2 82 97 | c2 b3 |
How to Distinguish
Both Latin Subscript Small Letter L and Superscript Three are in the Superscript & Subscript category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.