| Nome del simbolo | Left Right Arrow With Double Vertical Stroke |
| Versione Unicode | 3.2 |
| Unicode | U+21FC |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 87 BC |
| UTF-16 | 21FC |
| UTF-32 | 000021FC |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTARROWWITHDOUBLEVERTICALSTROKE}4\end{document}Puoi digitare il simbolo left right arrow with double vertical stroke sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Left Right Arrow With Double Vertical Stroke nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\21FC |
| Codice esadecimale | 0x21FC |
| Codice HTML | ⇼ |
| LaTeX | \text{LEFTRIGHTARROWWITHDOUBLEVERTICALSTROKE} |
| Simbolo | ⇼ |
| Codifica URL (percentuale UTF-8) | %E2%87%BC |
| Nome parlato / screen reader | Left Right Arrow With Double Vertical Stroke |