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