Subscript Four vs Subscript Six
VS
Property Comparison
| Property | ₄ 2084 | ₆ 2086 |
|---|---|---|
| Name | Subscript Four | Subscript Six |
| 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 | 2084 | 2086 |
|---|---|---|
| Unicode | U+2084 | U+2086 |
| HTML Decimal | ₄ | ₆ |
| HTML Hex | ₄ | ₆ |
| CSS | \2084 | \2086 |
| JavaScript | \u{2084} | \u{2086} |
| Python | \u2084 | \u2086 |
| UTF-8 | e2 82 84 | e2 82 86 |
How to Distinguish
Both Subscript Four and Subscript 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.