copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('⁾'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⁾
SUPERSCRIPT RIGHT PARENTHESIS
Overview
⁾ (SUPERSCRIPT RIGHT PARENTHESIS) is the Unicode character at code point U+207E. It belongs to the Superscripts and Subscripts block, in the Close Punctuation (Pe) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+207E | |
| decimal | 8318 | |
| htmldecimal | ⁾ | |
| htmlhex | ⁾ | |
| css | \207E | |
| javascript | \u{207E} | |
| python | \u207e | |
| java | \u207E | |
| go | \u207E | |
| ruby | \u{207E} | |
| rust | \u{207E} | |
| ccpp | \u207e | |
| urlencoded | %E2%81%BE | |
| utf8bytes | e2 81 be | |
| utf16bebytes | 20 7e | |
| utf32bebytes | 00 00 20 7e |
How to Use
HTML:
⁾
CSS:
content: "\207E"
JavaScript:
"\u{207E}"
Python:
"\u207e"
Properties
- Script
- Zyyy
- Category
- Close Punctuation (Pe)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
- Decomposition
- <super> 0029
Frequently Asked Questions
What is the ⁾ character (SUPERSCRIPT RIGHT PARENTHESIS)?
⁾ (SUPERSCRIPT RIGHT PARENTHESIS) is the Unicode character U+207E.
What is the Unicode codepoint of SUPERSCRIPT RIGHT PARENTHESIS?
The SUPERSCRIPT RIGHT PARENTHESIS character (⁾) has codepoint U+207E.
How do I type or copy SUPERSCRIPT RIGHT PARENTHESIS?
Copy ⁾ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.