| Symbolname | Upwards White Arrow On Pedestal |
| Unicode-Version | 3.0 |
| Unicode | U+21EB |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 87 AB |
| UTF-16 | 21EB |
| UTF-32 | 000021EB |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSWHITEARROWONPEDESTAL}4\end{document}Sie können das Symbol upwards white arrow on pedestal auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 8683 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards white arrow on pedestal", or use Unicode Hex Input with 21EB.
Ctrl + Shift + U, type 21eb, 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.upwards-white-arrow-on-pedestal::before { content: "\21EB"; }1<span>⇫</span>Die Darstellung des Symbols Upwards White Arrow On Pedestal in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u21EB' or String.fromCodePoint(8683) |
| Python | '\N{UPWARDS WHITE ARROW ON PEDESTAL}' or chr(8683) |
| Rust | '\u{21EB}' |
| C / C++ | UTF-8 source or wchar_t with U+21EB |
| Go | string(rune(0x21EB)) |
| Ruby | "\u{21EB}" |
\21EB |
| Hexadezimalcode | 0x21EB |
| HTML-Code | ⇫ |
| LaTeX | \text{UPWARDSWHITEARROWONPEDESTAL} |
| Symbol | ⇫ |
| URL-Kodierung (UTF-8-Prozent) | %E2%87%AB |
| Ansagename (Screenreader) | Upwards White Arrow On Pedestal |