| Nome del simbolo | Rightwards White Arrow From Wall |
| Versione Unicode | 3.0 |
| Unicode | U+21F0 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 87 B0 |
| UTF-16 | 21F0 |
| UTF-32 | 000021F0 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSWHITEARROWFROMWALL}4\end{document}Puoi digitare il simbolo rightwards white arrow from wall sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Rightwards White Arrow From Wall nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\21F0 |
| Codice esadecimale | 0x21F0 |
| Codice HTML | ⇰ |
| LaTeX | \text{RIGHTWARDSWHITEARROWFROMWALL} |
| Simbolo | ⇰ |
| Codifica URL (percentuale UTF-8) | %E2%87%B0 |
| Nome parlato / screen reader | Rightwards White Arrow From Wall |