| Symbol Name | Rightwards White Arrow From Wall |
| Unicode Version | 3.0 |
| Unicode | U+21F0 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 87 B0 |
| UTF-16 | 21F0 |
| UTF-32 | 000021F0 |
1\documentclass{article}2\usepackage{pifont}3\text{RIGHTWARDSWHITEARROWFROMWALL}4\end{document}You can type the rightwards white arrow from wall symbol on most modern devices with the help of following methods:
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>Rightwards White Arrow From Wall symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x21F0 |
| HTML Code | ⇰ |
| LaTeX | \text{RIGHTWARDSWHITEARROWFROMWALL} |
| Symbol | ⇰ |
| URL encode (UTF-8 percent) | %E2%87%B0 |
| Spoken / screen reader name | Rightwards White Arrow From Wall |