| Nombre del símbolo | Upwards White Arrow From Bar With Horizontal Bar |
| Versión Unicode | 7.0 |
| Unicode | U+2BB8 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 AE B8 |
| UTF-16 | 2BB8 |
| UTF-32 | 00002BB8 |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSWHITEARROWFROMBARWITHHORIZONTALBAR}4\end{document}Puedes escribir el símbolo upwards white arrow from bar with horizontal bar en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 11192 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards white arrow from bar with horizontal bar", or use Unicode Hex Input with 2BB8.
Ctrl + Shift + U, type 2bb8, 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-from-bar-with-horizontal-bar::before { content: "\2BB8"; }1<span>⮸</span>La representación del símbolo Upwards White Arrow From Bar With Horizontal Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2BB8' or String.fromCodePoint(11192) |
| Python | '\N{UPWARDS WHITE ARROW FROM BAR WITH HORIZONTAL BAR}' or chr(11192) |
| Rust | '\u{2BB8}' |
| C / C++ | UTF-8 source or wchar_t with U+2BB8 |
| Go | string(rune(0x2BB8)) |
| Ruby | "\u{2BB8}" |
| Código CSS | \2BB8 |
| Código hexadecimal | 0x2BB8 |
| Código HTML | ⮸ |
| LaTeX | \text{UPWARDSWHITEARROWFROMBARWITHHORIZONTALBAR} |
| Símbolo | ⮸ |
| Codificación URL (porcentaje UTF-8) | %E2%AE%B8 |
| Nombre oral / lector de pantalla | Upwards White Arrow From Bar With Horizontal Bar |