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
⇽ (LEFTWARDS OPEN-HEADED ARROW) is the Unicode character at code point U+21FD. 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+21FD | |
| decimal | 8701 | |
| htmldecimal | ⇽ | |
| htmlhex | ⇽ | |
| css | \21FD | |
| javascript | \u{21FD} | |
| python | \u21fd | |
| java | \u21FD | |
| go | \u21FD | |
| ruby | \u{21FD} | |
| rust | \u{21FD} | |
| ccpp | \u21fd | |
| urlencoded | %E2%87%BD | |
| utf8bytes | e2 87 bd | |
| utf16bebytes | 21 fd | |
| utf32bebytes | 00 00 21 fd |
How to Use
HTML:
⇽
CSS:
content: "\21FD"
JavaScript:
"\u{21FD}"
Python:
"\u21fd"
Properties
Frequently Asked Questions
What is the ⇽ character (LEFTWARDS OPEN-HEADED ARROW)?
⇽ (LEFTWARDS OPEN-HEADED ARROW) is the Unicode character U+21FD.
What is the Unicode codepoint of LEFTWARDS OPEN-HEADED ARROW?
The LEFTWARDS OPEN-HEADED ARROW character (⇽) has codepoint U+21FD.
How do I type or copy LEFTWARDS OPEN-HEADED ARROW?
Copy ⇽ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.