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