Latin Subscript Small Letter O vs Superscript Four
VS
Property Comparison
| Property | ₒ 2092 | ⁴ 2074 |
|---|---|---|
| Name | Latin Subscript Small Letter O | Superscript Four |
| 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 | 2074 |
|---|---|---|
| Unicode | U+2092 | U+2074 |
| HTML Decimal | ₒ | ⁴ |
| HTML Hex | ₒ | ⁴ |
| CSS | \2092 | \2074 |
| JavaScript | \u{2092} | \u{2074} |
| Python | \u2092 | \u2074 |
| UTF-8 | e2 82 92 | e2 81 b4 |
How to Distinguish
Both Latin Subscript Small Letter O and Superscript Four 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.