| Nom du symbole | Upwards White Arrow On Pedestal With Horizontal Bar |
| Version Unicode | 3.0 |
| Unicode | U+21EC |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 87 AC |
| UTF-16 | 21EC |
| UTF-32 | 000021EC |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSWHITEARROWONPEDESTALWITHHORIZONTALBAR}4\end{document}Vous pouvez saisir le symbole upwards white arrow on pedestal with horizontal bar sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8684 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards white arrow on pedestal with horizontal bar", or use Unicode Hex Input with 21EC.
Ctrl + Shift + U, type 21ec, 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-with-horizontal-bar::before { content: "\21EC"; }1<span>⇬</span>La représentation du symbole Upwards White Arrow On Pedestal With Horizontal Bar dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u21EC' or String.fromCodePoint(8684) |
| Python | '\N{UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR}' or chr(8684) |
| Rust | '\u{21EC}' |
| C / C++ | UTF-8 source or wchar_t with U+21EC |
| Go | string(rune(0x21EC)) |
| Ruby | "\u{21EC}" |
| Code CSS |
\21EC |
| Code hexadécimal | 0x21EC |
| Code HTML | ⇬ |
| LaTeX | \text{UPWARDSWHITEARROWONPEDESTALWITHHORIZONTALBAR} |
| Symbole | ⇬ |
| Encodage URL (pourcent UTF-8) | %E2%87%AC |
| Nom oral / lecteur d’écran | Upwards White Arrow On Pedestal With Horizontal Bar |