Superscript Five vs Superscript Latin Small Letter N
VS
Property Comparison
| Property | ⁵ 2075 | ⁿ 207F |
|---|---|---|
| Name | Superscript Five | Superscript Latin Small Letter N |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Latn |
| General Category | Other Number (No) | Modifier Letter (Lm) |
| Bidirectional | EN | L |
Encoding Comparison
| Format | 2075 | 207F |
|---|---|---|
| Unicode | U+2075 | U+207F |
| HTML Decimal | ⁵ | ⁿ |
| HTML Hex | ⁵ | ⁿ |
| CSS | \2075 | \207F |
| JavaScript | \u{2075} | \u{207F} |
| Python | \u2075 | \u207f |
| UTF-8 | e2 81 b5 | e2 81 bf |
How to Distinguish
Both Superscript Five and Superscript Latin Small Letter N belong to the Superscript & Subscript category and the Superscripts and Subscripts block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.