| Nombre del símbolo | Rightwards Arrow From Bar |
| Versión Unicode | 1.1 |
| Unicode | U+21A6 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| Código CSS |
| UTF-8 | E2 86 A6 |
| UTF-16 | 21A6 |
| UTF-32 | 000021A6 |
1\documentclass{article}2\usepackage{pifont}3\mapsto 4\end{document}Puedes escribir el símbolo rightwards arrow from bar en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8614 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards arrow from bar", or use Unicode Hex Input with 21A6.
Ctrl + Shift + U, type 21a6, 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 math symbol support.
1span.rightwards-arrow-from-bar::before { content: "\21A6"; }1<span>↦</span>La representación del símbolo Rightwards Arrow From Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u21A6' or String.fromCodePoint(0x21A6) |
| Python | '\N{RIGHTWARDS ARROW FROM BAR}' or chr(8614) |
| Rust | '\u{21A6}' |
| C / C++ | UTF-8 source or wchar_t with U+21A6 |
| Go | string(rune(0x21A6)) |
| Ruby | "\u21A6" |
\21A6 |
| Código hexadecimal | 0x21A6 |
| Código HTML | ↦ |
| LaTeX | \mapsto |
| Símbolo | ↦ |
| Codificación URL (porcentaje UTF-8) | %E2%86%A6 |
| Nombre oral / lector de pantalla | Rightwards Arrow From Bar |