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