| Symbolname | Rightwards Arrow From Bar |
| Unicode-Version | 1.1 |
| Unicode | U+21A6 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| CSS-Code |
| UTF-8 | E2 86 A6 |
| UTF-16 | 21A6 |
| UTF-32 | 000021A6 |
1\documentclass{article}2\usepackage{pifont}3\mapsto 4\end{document}Sie können das Symbol rightwards arrow from bar auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Rightwards Arrow From Bar in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x21A6 |
| HTML-Code | ↦ |
| LaTeX | \mapsto |
| Symbol | ↦ |
| URL-Kodierung (UTF-8-Prozent) | %E2%86%A6 |
| Ansagename (Screenreader) | Rightwards Arrow From Bar |