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