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