Subscript Six vs Subscript Three
VS
Property Comparison
| Property | ₆ 2086 | ₃ 2083 |
|---|---|---|
| Name | Subscript Six | Subscript Three |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Other Number (No) |
| Bidirectional | EN | EN |
Encoding Comparison
| Format | 2086 | 2083 |
|---|---|---|
| Unicode | U+2086 | U+2083 |
| HTML Decimal | ₆ | ₃ |
| HTML Hex | ₆ | ₃ |
| CSS | \2086 | \2083 |
| JavaScript | \u{2086} | \u{2083} |
| Python | \u2086 | \u2083 |
| UTF-8 | e2 82 86 | e2 82 83 |
How to Distinguish
Both Subscript Six and Subscript Three 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.