Superscript Latin Small Letter I vs Superscript One
VS
Property Comparison
| Property | ⁱ 2071 | ¹ 00B9 |
|---|---|---|
| Name | Superscript Latin Small Letter I | Superscript One |
| 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 | 2071 | 00B9 |
|---|---|---|
| Unicode | U+2071 | U+00B9 |
| HTML Decimal | ⁱ | ¹ |
| HTML Hex | ⁱ | ¹ |
| CSS | \2071 | \00B9 |
| JavaScript | \u{2071} | \u{B9} |
| Python | \u2071 | \u00b9 |
| UTF-8 | e2 81 b1 | c2 b9 |
How to Distinguish
Both Superscript Latin Small Letter I and Superscript One 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.