Subscript Eight vs Subscript Equals Sign
VS
Property Comparison
| Property | ₈ 2088 | ₌ 208C |
|---|---|---|
| Name | Subscript Eight | Subscript Equals Sign |
| 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 | ON |
Encoding Comparison
| Format | 2088 | 208C |
|---|---|---|
| Unicode | U+2088 | U+208C |
| HTML Decimal | ₈ | ₌ |
| HTML Hex | ₈ | ₌ |
| CSS | \2088 | \208C |
| JavaScript | \u{2088} | \u{208C} |
| Python | \u2088 | \u208c |
| UTF-8 | e2 82 88 | e2 82 8c |
How to Distinguish
Both Subscript Eight and Subscript Equals Sign 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.