Latin Subscript Small Letter O vs Subscript Nine
VS
Property Comparison
| Property | ₒ 2092 | ₉ 2089 |
|---|---|---|
| Name | Latin Subscript Small Letter O | Subscript Nine |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Latn | Zyyy |
| General Category | Modifier Letter (Lm) | Other Number (No) |
| Bidirectional | L | EN |
Encoding Comparison
| Format | 2092 | 2089 |
|---|---|---|
| Unicode | U+2092 | U+2089 |
| HTML Decimal | ₒ | ₉ |
| HTML Hex | ₒ | ₉ |
| CSS | \2092 | \2089 |
| JavaScript | \u{2092} | \u{2089} |
| Python | \u2092 | \u2089 |
| UTF-8 | e2 82 92 | e2 82 89 |
How to Distinguish
Both Latin Subscript Small Letter O and Subscript Nine 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.