| Symbol Name | Leftwards Two Headed Arrow |
| Unicode Version | 1.1 |
| Unicode | U+219E |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \219E |
| Hex Code | 0x219E |
| HTML Code | ↞ |
| LaTeX | \text{LEFTWARDSTWOHEADEDARROW} |
| Symbol | ↞ |
| URL encode (UTF-8 percent) | %E2%86%9E |
| Spoken / screen reader name | Leftwards Two Headed Arrow |
| UTF-8 | E2 86 9E |
| UTF-16 | 219E |
| UTF-32 | 0000219E |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSTWOHEADEDARROW}4\end{document}You can type the leftwards two headed arrow symbol on most modern devices with the help of following methods:
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>Leftwards Two Headed Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |