| Symbol Name | Upwards White Double Arrow On Pedestal |
| Unicode Version | 3.0 |
| Unicode | U+21EF |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 87 AF |
| UTF-16 | 21EF |
| UTF-32 | 000021EF |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSWHITEDOUBLEARROWONPEDESTAL}4\end{document}You can type the upwards white double arrow on pedestal symbol on most modern devices with the help of following methods:
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>Upwards White Double Arrow On Pedestal symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\21EF |
| Hex Code | 0x21EF |
| HTML Code | ⇯ |
| LaTeX | \text{UPWARDSWHITEDOUBLEARROWONPEDESTAL} |
| Symbol | ⇯ |
| URL encode (UTF-8 percent) | %E2%87%AF |
| Spoken / screen reader name | Upwards White Double Arrow On Pedestal |