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
➳ (WHITE-FEATHERED RIGHTWARDS ARROW) is the Unicode character at code point U+27B3. It belongs to the Dingbats block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+27B3 | |
| decimal | 10163 | |
| htmldecimal | ➳ | |
| htmlhex | ➳ | |
| css | \27B3 | |
| javascript | \u{27B3} | |
| python | \u27b3 | |
| java | \u27B3 | |
| go | \u27B3 | |
| ruby | \u{27B3} | |
| rust | \u{27B3} | |
| ccpp | \u27b3 | |
| urlencoded | %E2%9E%B3 | |
| utf8bytes | e2 9e b3 | |
| utf16bebytes | 27 b3 | |
| utf32bebytes | 00 00 27 b3 |
How to Use
HTML:
➳
CSS:
content: "\27B3"
JavaScript:
"\u{27B3}"
Python:
"\u27b3"
Properties
Frequently Asked Questions
What is the ➳ character (WHITE-FEATHERED RIGHTWARDS ARROW)?
➳ (WHITE-FEATHERED RIGHTWARDS ARROW) is the Unicode character U+27B3.
What is the Unicode codepoint of WHITE-FEATHERED RIGHTWARDS ARROW?
The WHITE-FEATHERED RIGHTWARDS ARROW character (➳) has codepoint U+27B3.
How do I type or copy WHITE-FEATHERED RIGHTWARDS ARROW?
Copy ➳ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.