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