| Nome del simbolo | Left Right Double Arrow With Stroke |
| Versione Unicode | 1.1 |
| Unicode | U+21CE |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 87 8E |
| UTF-16 | 21CE |
| UTF-32 | 000021CE |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTDOUBLEARROWWITHSTROKE}4\end{document}Puoi digitare il simbolo left right double arrow with stroke sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8654 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left right double arrow with stroke", or use Unicode Hex Input with 21CE.
Ctrl + Shift + U, type 21ce, 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-double-arrow-with-stroke::before { content: "\21CE"; }1<span>⇎</span>La rappresentazione del simbolo Left Right Double Arrow With Stroke nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u21CE' or String.fromCodePoint(8654) |
| Python | '\N{LEFT RIGHT DOUBLE ARROW WITH STROKE}' or chr(8654) |
| Rust | '\u{21CE}' |
| C / C++ | UTF-8 source or wchar_t with U+21CE |
| Go | string(rune(0x21CE)) |
| Ruby | "\u{21CE}" |
| Codice CSS |
\21CE |
| Codice esadecimale | 0x21CE |
| Codice HTML | ⇎ |
| LaTeX | \text{LEFTRIGHTDOUBLEARROWWITHSTROKE} |
| Simbolo | ⇎ |
| Codifica URL (percentuale UTF-8) | %E2%87%8E |
| Nome parlato / screen reader | Left Right Double Arrow With Stroke |