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
↭ (LEFT RIGHT WAVE ARROW) is the Unicode character at code point U+21AD. 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+21AD | |
| decimal | 8621 | |
| htmldecimal | ↭ | |
| htmlhex | ↭ | |
| css | \21AD | |
| javascript | \u{21AD} | |
| python | \u21ad | |
| java | \u21AD | |
| go | \u21AD | |
| ruby | \u{21AD} | |
| rust | \u{21AD} | |
| ccpp | \u21ad | |
| urlencoded | %E2%86%AD | |
| utf8bytes | e2 86 ad | |
| utf16bebytes | 21 ad | |
| utf32bebytes | 00 00 21 ad |
How to Use
HTML:
↭
CSS:
content: "\21AD"
JavaScript:
"\u{21AD}"
Python:
"\u21ad"
Properties
Frequently Asked Questions
What is the ↭ character (LEFT RIGHT WAVE ARROW)?
↭ (LEFT RIGHT WAVE ARROW) is the Unicode character U+21AD.
What is the Unicode codepoint of LEFT RIGHT WAVE ARROW?
The LEFT RIGHT WAVE ARROW character (↭) has codepoint U+21AD.
How do I type or copy LEFT RIGHT WAVE ARROW?
Copy ↭ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.