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
⇳ (UP DOWN WHITE ARROW) is the Unicode character at code point U+21F3. 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+21F3 | |
| decimal | 8691 | |
| htmldecimal | ⇳ | |
| htmlhex | ⇳ | |
| css | \21F3 | |
| javascript | \u{21F3} | |
| python | \u21f3 | |
| java | \u21F3 | |
| go | \u21F3 | |
| ruby | \u{21F3} | |
| rust | \u{21F3} | |
| ccpp | \u21f3 | |
| urlencoded | %E2%87%B3 | |
| utf8bytes | e2 87 b3 | |
| utf16bebytes | 21 f3 | |
| utf32bebytes | 00 00 21 f3 |
How to Use
HTML:
⇳
CSS:
content: "\21F3"
JavaScript:
"\u{21F3}"
Python:
"\u21f3"
Properties
Frequently Asked Questions
What is the ⇳ character (UP DOWN WHITE ARROW)?
⇳ (UP DOWN WHITE ARROW) is the Unicode character U+21F3.
What is the Unicode codepoint of UP DOWN WHITE ARROW?
The UP DOWN WHITE ARROW character (⇳) has codepoint U+21F3.
How do I type or copy UP DOWN WHITE ARROW?
Copy ⇳ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.