Latin Subscript Small Letter T vs Superscript Eight
VS
Property Comparison
| Property | ₜ 209C | ⁸ 2078 |
|---|---|---|
| Name | Latin Subscript Small Letter T | Superscript Eight |
| 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 | 209C | 2078 |
|---|---|---|
| Unicode | U+209C | U+2078 |
| HTML Decimal | ₜ | ⁸ |
| HTML Hex | ₜ | ⁸ |
| CSS | \209C | \2078 |
| JavaScript | \u{209C} | \u{2078} |
| Python | \u209c | \u2078 |
| UTF-8 | e2 82 9c | e2 81 b8 |
How to Distinguish
Both Latin Subscript Small Letter T and Superscript Eight 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.