| Nombre del símbolo | Rightwards Open-headed Arrow |
| Versión Unicode | 3.2 |
| Unicode | U+21FE |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| Código 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}Puedes escribir el símbolo rightwards open-headed arrow en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Rightwards Open-headed Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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 |
| Código hexadecimal | 0x21FE |
| Código HTML | ⇾ |
| LaTeX | \text{RIGHTWARDSOPEN-HEADEDARROW} |
| Símbolo | ⇾ |
| Codificación URL (porcentaje UTF-8) | %E2%87%BE |
| Nombre oral / lector de pantalla | Rightwards Open-headed Arrow |