Subscript Nine vs Superscript Latin Small Letter N
VS
Property Comparison
| Property | ₉ 2089 | ⁿ 207F |
|---|---|---|
| Name | Subscript Nine | 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 | 2089 | 207F |
|---|---|---|
| Unicode | U+2089 | U+207F |
| HTML Decimal | ₉ | ⁿ |
| HTML Hex | ₉ | ⁿ |
| CSS | \2089 | \207F |
| JavaScript | \u{2089} | \u{207F} |
| Python | \u2089 | \u207f |
| UTF-8 | e2 82 89 | e2 81 bf |
How to Distinguish
Both Subscript Nine 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.