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-POINTING ANGLE BRACKET ORNAMENT) is the Unicode character at code point U+276D. 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+276D | |
| decimal | 10093 | |
| htmldecimal | ❭ | |
| htmlhex | ❭ | |
| css | \276D | |
| javascript | \u{276D} | |
| python | \u276d | |
| java | \u276D | |
| go | \u276D | |
| ruby | \u{276D} | |
| rust | \u{276D} | |
| ccpp | \u276d | |
| urlencoded | %E2%9D%AD | |
| utf8bytes | e2 9d ad | |
| utf16bebytes | 27 6d | |
| utf32bebytes | 00 00 27 6d |
How to Use
HTML:
❭
CSS:
content: "\276D"
JavaScript:
"\u{276D}"
Python:
"\u276d"
Properties
Frequently Asked Questions
What is the ❭ character (MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT)?
❭ (MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT) is the Unicode character U+276D.
What is the Unicode codepoint of MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT?
The MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT character (❭) has codepoint U+276D.
How do I type or copy MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT?
Copy ❭ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.