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