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