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