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' : ''">
⦃
LEFT WHITE CURLY BRACKET
Overview
⦃ (LEFT WHITE CURLY BRACKET) is the Unicode character at code point U+2983. It belongs to the Miscellaneous Mathematical Symbols-B block, in the Open Punctuation (Ps) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2983 | |
| decimal | 10627 | |
| htmldecimal | ⦃ | |
| htmlhex | ⦃ | |
| css | \2983 | |
| javascript | \u{2983} | |
| python | \u2983 | |
| java | \u2983 | |
| go | \u2983 | |
| ruby | \u{2983} | |
| rust | \u{2983} | |
| ccpp | \u2983 | |
| urlencoded | %E2%A6%83 | |
| utf8bytes | e2 a6 83 | |
| utf16bebytes | 29 83 | |
| utf32bebytes | 00 00 29 83 |
How to Use
HTML:
⦃
CSS:
content: "\2983"
JavaScript:
"\u{2983}"
Python:
"\u2983"
Properties
- Script
- Zyyy
- Category
- Open Punctuation (Ps)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
Frequently Asked Questions
What is the ⦃ character (LEFT WHITE CURLY BRACKET)?
⦃ (LEFT WHITE CURLY BRACKET) is the Unicode character U+2983.
What is the Unicode codepoint of LEFT WHITE CURLY BRACKET?
The LEFT WHITE CURLY BRACKET character (⦃) has codepoint U+2983.
How do I type or copy LEFT WHITE CURLY BRACKET?
Copy ⦃ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.