Superscript Eight vs Superscript Right Parenthesis
VS
Property Comparison
| Property | ⁸ 2078 | ⁾ 207E |
|---|---|---|
| Name | Superscript Eight | Superscript Right Parenthesis |
| Category | Superscript & Subscript | Superscript & Subscript |
| Block | Superscripts and Subscripts | Superscripts and Subscripts |
| Script | Zyyy | Zyyy |
| General Category | Other Number (No) | Close Punctuation (Pe) |
| Bidirectional | EN | ON |
Encoding Comparison
| Format | 2078 | 207E |
|---|---|---|
| Unicode | U+2078 | U+207E |
| HTML Decimal | ⁸ | ⁾ |
| HTML Hex | ⁸ | ⁾ |
| CSS | \2078 | \207E |
| JavaScript | \u{2078} | \u{207E} |
| Python | \u2078 | \u207e |
| UTF-8 | e2 81 b8 | e2 81 be |
How to Distinguish
Both Superscript Eight and Superscript Right 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.