| Symboolnaam | Leftwards Two Headed Arrow |
| Unicode-versie | 1.1 |
| Unicode | U+219E |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 86 9E |
| UTF-16 | 219E |
| UTF-32 | 0000219E |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSTWOHEADEDARROW}4\end{document}Je kunt het leftwards two headed arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Leftwards Two Headed Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x219E |
| HTML-code | ↞ |
| LaTeX | \text{LEFTWARDSTWOHEADEDARROW} |
| Symbool | ↞ |
| URL-codering (UTF-8 procent) | %E2%86%9E |
| Uitgesproken naam / schermlezer | Leftwards Two Headed Arrow |