| Nome del simbolo | Upwards White Double Arrow On Pedestal |
| Versione Unicode | 3.0 |
| Unicode | U+21EF |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 87 AF |
| UTF-16 | 21EF |
| UTF-32 | 000021EF |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSWHITEDOUBLEARROWONPEDESTAL}4\end{document}Puoi digitare il simbolo upwards white double arrow on pedestal sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8687 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards white double arrow on pedestal", or use Unicode Hex Input with 21EF.
Ctrl + Shift + U, type 21ef, 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-double-arrow-on-pedestal::before { content: "\21EF"; }1<span>⇯</span>La rappresentazione del simbolo Upwards White Double Arrow On Pedestal nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u21EF' or String.fromCodePoint(8687) |
| Python | '\N{UPWARDS WHITE DOUBLE ARROW ON PEDESTAL}' or chr(8687) |
| Rust | '\u{21EF}' |
| C / C++ | UTF-8 source or wchar_t with U+21EF |
| Go | string(rune(0x21EF)) |
| Ruby | "\u{21EF}" |
| Codice CSS |
\21EF |
| Codice esadecimale | 0x21EF |
| Codice HTML | ⇯ |
| LaTeX | \text{UPWARDSWHITEDOUBLEARROWONPEDESTAL} |
| Simbolo | ⇯ |
| Codifica URL (percentuale UTF-8) | %E2%87%AF |
| Nome parlato / screen reader | Upwards White Double Arrow On Pedestal |