| Nome del simbolo | Rightwards Open-headed Arrow |
| Versione Unicode | 3.2 |
| Unicode | U+21FE |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS |
| UTF-8 | E2 87 BE |
| UTF-16 | 21FE |
| UTF-32 | 000021FE |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSOPEN-HEADEDARROW}4\end{document}Puoi digitare il simbolo rightwards open-headed arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Rightwards Open-headed Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x21FE |
| Codice HTML | ⇾ |
| LaTeX | \text{RIGHTWARDSOPEN-HEADEDARROW} |
| Simbolo | ⇾ |
| Codifica URL (percentuale UTF-8) | %E2%87%BE |
| Nome parlato / screen reader | Rightwards Open-headed Arrow |