| Symbol Name | Left Right Arrow With Double Vertical Stroke |
| Unicode Version | 3.2 |
| Unicode | U+21FC |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code |
| UTF-8 | E2 87 BC |
| UTF-16 | 21FC |
| UTF-32 | 000021FC |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTARROWWITHDOUBLEVERTICALSTROKE}4\end{document}You can type the left right arrow with double vertical stroke symbol on most modern devices with the help of following methods:
Alt + 8700 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left right arrow with double vertical stroke", or use Unicode Hex Input with 21FC.
Ctrl + Shift + U, type 21fc, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with arrow symbol support.
1span.left-right-arrow-with-double-vertical-stroke::before { content: "\21FC"; }1<span>⇼</span>Left Right Arrow With Double Vertical Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u21FC' or String.fromCodePoint(8700) |
| Python | '\N{LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE}' or chr(8700) |
| Rust | '\u{21FC}' |
| C / C++ | UTF-8 source or wchar_t with U+21FC |
| Go | string(rune(0x21FC)) |
| Ruby | "\u{21FC}" |
\21FC |
| Hex Code | 0x21FC |
| HTML Code | ⇼ |
| LaTeX | \text{LEFTRIGHTARROWWITHDOUBLEVERTICALSTROKE} |
| Symbol | ⇼ |
| URL encode (UTF-8 percent) | %E2%87%BC |
| Spoken / screen reader name | Left Right Arrow With Double Vertical Stroke |