| Symboolnaam | Rightwards White Arrow From Wall |
| Unicode-versie | 3.0 |
| Unicode | U+21F0 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het rightwards white arrow from wall-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Rightwards White Arrow From Wall-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x21F0 |
| HTML-code | ⇰ |
| LaTeX | \text{RIGHTWARDSWHITEARROWFROMWALL} |
| Symbool | ⇰ |
| URL-codering (UTF-8 procent) | %E2%87%B0 |
| Uitgesproken naam / schermlezer | Rightwards White Arrow From Wall |