Subscript Six vs Superscript Minus
VS
Property Comparison
| Property | ₆ 2086 | ⁻ 207B |
|---|---|---|
| Name | Subscript Six | Superscript Minus |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Math Symbol (Sm) |
| Bidirectional | EN | ES |
Encoding Comparison
| Format | 2086 | 207B |
|---|---|---|
| Unicode | U+2086 | U+207B |
| HTML Decimal | ₆ | ⁻ |
| HTML Hex | ₆ | ⁻ |
| CSS | \2086 | \207B |
| JavaScript | \u{2086} | \u{207B} |
| Python | \u2086 | \u207b |
| UTF-8 | e2 82 86 | e2 81 bb |
How to Distinguish
Both Subscript Six and Superscript Minus 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.