Latin Subscript Small Letter E vs Superscript Two
VS
Property Comparison
| Property | ₑ 2091 | ² 00B2 |
|---|---|---|
| Name | Latin Subscript Small Letter E | Superscript Two |
| 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 | 2091 | 00B2 |
|---|---|---|
| Unicode | U+2091 | U+00B2 |
| HTML Decimal | ₑ | ² |
| HTML Hex | ₑ | ² |
| CSS | \2091 | \00B2 |
| JavaScript | \u{2091} | \u{B2} |
| Python | \u2091 | \u00b2 |
| UTF-8 | e2 82 91 | c2 b2 |
How to Distinguish
Both Latin Subscript Small Letter E and Superscript Two 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.