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 LEFT PARENTHESIS
Overview
⁽ (SUPERSCRIPT LEFT PARENTHESIS) is the Unicode character at code point U+207D. It belongs to the Superscripts and Subscripts block, in the Open Punctuation (Ps) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+207D | |
| decimal | 8317 | |
| htmldecimal | ⁽ | |
| htmlhex | ⁽ | |
| css | \207D | |
| javascript | \u{207D} | |
| python | \u207d | |
| java | \u207D | |
| go | \u207D | |
| ruby | \u{207D} | |
| rust | \u{207D} | |
| ccpp | \u207d | |
| urlencoded | %E2%81%BD | |
| utf8bytes | e2 81 bd | |
| utf16bebytes | 20 7d | |
| utf32bebytes | 00 00 20 7d |
How to Use
HTML:
⁽
CSS:
content: "\207D"
JavaScript:
"\u{207D}"
Python:
"\u207d"
Properties
- Script
- Zyyy
- Category
- Open Punctuation (Ps)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
- Decomposition
- <super> 0028
Frequently Asked Questions
What is the ⁽ character (SUPERSCRIPT LEFT PARENTHESIS)?
⁽ (SUPERSCRIPT LEFT PARENTHESIS) is the Unicode character U+207D.
What is the Unicode codepoint of SUPERSCRIPT LEFT PARENTHESIS?
The SUPERSCRIPT LEFT PARENTHESIS character (⁽) has codepoint U+207D.
How do I type or copy SUPERSCRIPT LEFT PARENTHESIS?
Copy ⁽ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.