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