Subscript Four vs Subscript Left Parenthesis
VS
Property Comparison
| Property | ₄ 2084 | ₍ 208D |
|---|---|---|
| Name | Subscript Four | Subscript Left Parenthesis |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Open Punctuation (Ps) |
| Bidirectional | EN | ON |
Encoding Comparison
| Format | 2084 | 208D |
|---|---|---|
| Unicode | U+2084 | U+208D |
| HTML Decimal | ₄ | ₍ |
| HTML Hex | ₄ | ₍ |
| CSS | \2084 | \208D |
| JavaScript | \u{2084} | \u{208D} |
| Python | \u2084 | \u208d |
| UTF-8 | e2 82 84 | e2 82 8d |
How to Distinguish
Both Subscript Four and Subscript Left Parenthesis 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.