| Nombre del símbolo | Upwards White Double Arrow On Pedestal |
| Versión Unicode | 3.0 |
| Unicode | U+21EF |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo upwards white double arrow on pedestal en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Upwards White Double Arrow On Pedestal en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\21EF |
| Código hexadecimal | 0x21EF |
| Código HTML | ⇯ |
| LaTeX | \text{UPWARDSWHITEDOUBLEARROWONPEDESTAL} |
| Símbolo | ⇯ |
| Codificación URL (porcentaje UTF-8) | %E2%87%AF |
| Nombre oral / lector de pantalla | Upwards White Double Arrow On Pedestal |