| Symboolnaam | Long Rightwards Arrow From Bar |
| Unicode-versie | 3.2 |
| Unicode | U+27FC |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code |
| UTF-8 | E2 9F BC |
| UTF-16 | 27FC |
| UTF-32 | 000027FC |
1\documentclass{article}2\usepackage{pifont}3\longmapsto 4\end{document}Je kunt het long rightwards arrow from bar-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10236 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "long rightwards arrow from bar", or use Unicode Hex Input with 27FC.
Ctrl + Shift + U, type 27fc, 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.long-rightwards-arrow-from-bar::before { content: "\27FC"; }1<span>⟼</span>De weergave van het Long Rightwards Arrow From Bar-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u27FC' or String.fromCodePoint(10236) |
| Python | '\N{LONG RIGHTWARDS ARROW FROM BAR}' or chr(10236) |
| Rust | '\u{27FC}' |
| C / C++ | UTF-8 source or wchar_t with U+27FC |
| Go | string(rune(0x27FC)) |
| Ruby | "\u{27FC}" |
\27FC |
| Hexadecimale code | 0x27FC |
| HTML-code | ⟼ |
| LaTeX | \longmapsto |
| Symbool | ⟼ |
| URL-codering (UTF-8 procent) | %E2%9F%BC |
| Uitgesproken naam / schermlezer | Long Rightwards Arrow From Bar |