| Nome del simbolo | Leftwards Two Headed Arrow |
| Versione Unicode | 1.1 |
| Unicode | U+219E |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS |
| UTF-8 | E2 86 9E |
| UTF-16 | 219E |
| UTF-32 | 0000219E |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSTWOHEADEDARROW}4\end{document}Puoi digitare il simbolo leftwards two headed arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8606 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards two headed arrow", or use Unicode Hex Input with 219E.
Ctrl + Shift + U, type 219e, 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.leftwards-two-headed-arrow::before { content: "\219E"; }1<span>↞</span>La rappresentazione del simbolo Leftwards Two Headed Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u219E' or String.fromCodePoint(8606) |
| Python | '\N{LEFTWARDS TWO HEADED ARROW}' or chr(8606) |
| Rust | '\u{219E}' |
| C / C++ | UTF-8 source or wchar_t with U+219E |
| Go | string(rune(0x219E)) |
| Ruby | "\u{219E}" |
\219E |
| Codice esadecimale | 0x219E |
| Codice HTML | ↞ |
| LaTeX | \text{LEFTWARDSTWOHEADEDARROW} |
| Simbolo | ↞ |
| Codifica URL (percentuale UTF-8) | %E2%86%9E |
| Nome parlato / screen reader | Leftwards Two Headed Arrow |