Subscript Equals Sign vs Subscript Four
VS
Property Comparison
| Property | ₌ 208C | ₄ 2084 |
|---|---|---|
| Name | Subscript Equals Sign | Subscript Four |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Other Number (No) |
| Bidirectional | ON | EN |
Encoding Comparison
| Format | 208C | 2084 |
|---|---|---|
| Unicode | U+208C | U+2084 |
| HTML Decimal | ₌ | ₄ |
| HTML Hex | ₌ | ₄ |
| CSS | \208C | \2084 |
| JavaScript | \u{208C} | \u{2084} |
| Python | \u208c | \u2084 |
| UTF-8 | e2 82 8c | e2 82 84 |
How to Distinguish
Both Subscript Equals Sign and Subscript Four 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.