Subscript Four vs Subscript Minus
VS
Property Comparison
| Property | ₄ 2084 | ₋ 208B |
|---|---|---|
| Name | Subscript Four | Subscript 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 | 2084 | 208B |
|---|---|---|
| Unicode | U+2084 | U+208B |
| HTML Decimal | ₄ | ₋ |
| HTML Hex | ₄ | ₋ |
| CSS | \2084 | \208B |
| JavaScript | \u{2084} | \u{208B} |
| Python | \u2084 | \u208b |
| UTF-8 | e2 82 84 | e2 82 8b |
How to Distinguish
Both Subscript Four and Subscript 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.