| Nombre del símbolo | Rightwards White Arrow From Wall |
| Versión Unicode | 3.0 |
| Unicode | U+21F0 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 87 B0 |
| UTF-16 | 21F0 |
| UTF-32 | 000021F0 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSWHITEARROWFROMWALL}4\end{document}Puedes escribir el símbolo rightwards white arrow from wall en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8688 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards white arrow from wall", or use Unicode Hex Input with 21F0.
Ctrl + Shift + U, type 21f0, 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-white-arrow-from-wall::before { content: "\21F0"; }1<span>⇰</span>La representación del símbolo Rightwards White Arrow From Wall en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u21F0' or String.fromCodePoint(8688) |
| Python | '\N{RIGHTWARDS WHITE ARROW FROM WALL}' or chr(8688) |
| Rust | '\u{21F0}' |
| C / C++ | UTF-8 source or wchar_t with U+21F0 |
| Go | string(rune(0x21F0)) |
| Ruby | "\u{21F0}" |
\21F0 |
| Código hexadecimal | 0x21F0 |
| Código HTML | ⇰ |
| LaTeX | \text{RIGHTWARDSWHITEARROWFROMWALL} |
| Símbolo | ⇰ |
| Codificación URL (porcentaje UTF-8) | %E2%87%B0 |
| Nombre oral / lector de pantalla | Rightwards White Arrow From Wall |