| Nom du symbole | Upwards White Double Arrow On Pedestal |
| Version Unicode | 3.0 |
| Unicode | U+21EF |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole upwards white double arrow on pedestal sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Upwards White Double Arrow On Pedestal dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\21EF |
| Code hexadécimal | 0x21EF |
| Code HTML | ⇯ |
| LaTeX | \text{UPWARDSWHITEDOUBLEARROWONPEDESTAL} |
| Symbole | ⇯ |
| Encodage URL (pourcent UTF-8) | %E2%87%AF |
| Nom oral / lecteur d’écran | Upwards White Double Arrow On Pedestal |