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
↣ (RIGHTWARDS ARROW WITH TAIL) is the Unicode character at code point U+21A3. It belongs to the Arrows block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+21A3 | |
| decimal | 8611 | |
| htmldecimal | ↣ | |
| htmlhex | ↣ | |
| css | \21A3 | |
| javascript | \u{21A3} | |
| python | \u21a3 | |
| java | \u21A3 | |
| go | \u21A3 | |
| ruby | \u{21A3} | |
| rust | \u{21A3} | |
| ccpp | \u21a3 | |
| urlencoded | %E2%86%A3 | |
| utf8bytes | e2 86 a3 | |
| utf16bebytes | 21 a3 | |
| utf32bebytes | 00 00 21 a3 |
How to Use
HTML:
↣
CSS:
content: "\21A3"
JavaScript:
"\u{21A3}"
Python:
"\u21a3"
Properties
Frequently Asked Questions
What is the ↣ character (RIGHTWARDS ARROW WITH TAIL)?
↣ (RIGHTWARDS ARROW WITH TAIL) is the Unicode character U+21A3.
What is the Unicode codepoint of RIGHTWARDS ARROW WITH TAIL?
The RIGHTWARDS ARROW WITH TAIL character (↣) has codepoint U+21A3.
How do I type or copy RIGHTWARDS ARROW WITH TAIL?
Copy ↣ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.