| Symboolnaam | Rightwards Open-headed Arrow |
| Unicode-versie | 3.2 |
| Unicode | U+21FE |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het rightwards open-headed arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Rightwards Open-headed Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x21FE |
| HTML-code | ⇾ |
| LaTeX | \text{RIGHTWARDSOPEN-HEADEDARROW} |
| Symbool | ⇾ |
| URL-codering (UTF-8 procent) | %E2%87%BE |
| Uitgesproken naam / schermlezer | Rightwards Open-headed Arrow |