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' : ''">
⏝
BOTTOM PARENTHESIS
Overview
⏝ (BOTTOM PARENTHESIS) is the Unicode character at code point U+23DD. It belongs to the Miscellaneous Technical block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+23DD | |
| decimal | 9181 | |
| htmldecimal | ⏝ | |
| htmlhex | ⏝ | |
| css | \23DD | |
| javascript | \u{23DD} | |
| python | \u23dd | |
| java | \u23DD | |
| go | \u23DD | |
| ruby | \u{23DD} | |
| rust | \u{23DD} | |
| ccpp | \u23dd | |
| urlencoded | %E2%8F%9D | |
| utf8bytes | e2 8f 9d | |
| utf16bebytes | 23 dd | |
| utf32bebytes | 00 00 23 dd |
How to Use
HTML:
⏝
CSS:
content: "\23DD"
JavaScript:
"\u{23DD}"
Python:
"\u23dd"
Properties
- Block
- Miscellaneous Technical
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⏝ character (BOTTOM PARENTHESIS)?
⏝ (BOTTOM PARENTHESIS) is the Unicode character U+23DD.
What is the Unicode codepoint of BOTTOM PARENTHESIS?
The BOTTOM PARENTHESIS character (⏝) has codepoint U+23DD.
How do I type or copy BOTTOM PARENTHESIS?
Copy ⏝ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.