| Nome del simbolo | Rightwards Arrow From Bar |
| Versione Unicode | 1.1 |
| Unicode | U+21A6 |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS |
| UTF-8 | E2 86 A6 |
| UTF-16 | 21A6 |
| UTF-32 | 000021A6 |
1\documentclass{article}2\usepackage{pifont}3\mapsto 4\end{document}Puoi digitare il simbolo rightwards arrow from bar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Rightwards Arrow From Bar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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 |
| Codice esadecimale | 0x21A6 |
| Codice HTML | ↦ |
| LaTeX | \mapsto |
| Simbolo | ↦ |
| Codifica URL (percentuale UTF-8) | %E2%86%A6 |
| Nome parlato / screen reader | Rightwards Arrow From Bar |