Subscript Minus vs Subscript Seven
VS
Property Comparison
| Property | ₋ 208B | ₇ 2087 |
|---|---|---|
| Name | Subscript Minus | Subscript Seven |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Other Number (No) |
| Bidirectional | ES | EN |
Encoding Comparison
| Format | 208B | 2087 |
|---|---|---|
| Unicode | U+208B | U+2087 |
| HTML Decimal | ₋ | ₇ |
| HTML Hex | ₋ | ₇ |
| CSS | \208B | \2087 |
| JavaScript | \u{208B} | \u{2087} |
| Python | \u208b | \u2087 |
| UTF-8 | e2 82 8b | e2 82 87 |
How to Distinguish
Both Subscript Minus and Subscript Seven 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.