| Symbol Name | Left Right Open-headed Arrow |
| Unicode Version | 3.2 |
| Unicode | U+21FF |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code |
| UTF-8 | E2 87 BF |
| UTF-16 | 21FF |
| UTF-32 | 000021FF |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTRIGHTOPEN-HEADEDARROW}4\end{document}You can type the left right open-headed arrow symbol on most modern devices with the help of following methods:
Alt + 8703 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left right open-headed arrow", or use Unicode Hex Input with 21FF.
Ctrl + Shift + U, type 21ff, 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-open-headed-arrow::before { content: "\21FF"; }1<span>⇿</span>Left Right Open-headed Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u21FF' or String.fromCodePoint(8703) |
| Python | '\N{LEFT RIGHT OPEN-HEADED ARROW}' or chr(8703) |
| Rust | '\u{21FF}' |
| C / C++ | UTF-8 source or wchar_t with U+21FF |
| Go | string(rune(0x21FF)) |
| Ruby | "\u{21FF}" |
\21FF |
| Hex Code | 0x21FF |
| HTML Code | ⇿ |
| LaTeX | \text{LEFTRIGHTOPEN-HEADEDARROW} |
| Symbol | ⇿ |
| URL encode (UTF-8 percent) | %E2%87%BF |
| Spoken / screen reader name | Left Right Open-headed Arrow |