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' : ''">
❩
Overview
❩ (MEDIUM RIGHT PARENTHESIS ORNAMENT) is the Unicode character at code point U+2769. It belongs to the Dingbats block, in the Close Punctuation (Pe) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2769 | |
| decimal | 10089 | |
| htmldecimal | ❩ | |
| htmlhex | ❩ | |
| css | \2769 | |
| javascript | \u{2769} | |
| python | \u2769 | |
| java | \u2769 | |
| go | \u2769 | |
| ruby | \u{2769} | |
| rust | \u{2769} | |
| ccpp | \u2769 | |
| urlencoded | %E2%9D%A9 | |
| utf8bytes | e2 9d a9 | |
| utf16bebytes | 27 69 | |
| utf32bebytes | 00 00 27 69 |
How to Use
HTML:
❩
CSS:
content: "\2769"
JavaScript:
"\u{2769}"
Python:
"\u2769"
Properties
Frequently Asked Questions
What is the ❩ character (MEDIUM RIGHT PARENTHESIS ORNAMENT)?
❩ (MEDIUM RIGHT PARENTHESIS ORNAMENT) is the Unicode character U+2769.
What is the Unicode codepoint of MEDIUM RIGHT PARENTHESIS ORNAMENT?
The MEDIUM RIGHT PARENTHESIS ORNAMENT character (❩) has codepoint U+2769.
How do I type or copy MEDIUM RIGHT PARENTHESIS ORNAMENT?
Copy ❩ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.