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