| Symboolnaam | Rightwards Harpoon With Barb Upwards |
| Unicode-versie | 1.1 |
| Unicode | U+21C0 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 87 80 |
| UTF-16 | 21C0 |
| UTF-32 | 000021C0 |
1\documentclass{article}2\usepackage{pifont}3\rightharpoonup 4\end{document}Je kunt het rightwards harpoon with barb upwards-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8640 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "rightwards harpoon with barb upwards", or use Unicode Hex Input with 21C0.
Ctrl + Shift + U, type 21c0, 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.rightwards-harpoon-with-barb-upwards::before { content: "\21C0"; }1<span>⇀</span>De weergave van het Rightwards Harpoon With Barb Upwards-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u21C0' or String.fromCodePoint(8640) |
| Python | '\N{RIGHTWARDS HARPOON WITH BARB UPWARDS}' or chr(8640) |
| Rust | '\u{21C0}' |
| C / C++ | UTF-8 source or wchar_t with U+21C0 |
| Go | string(rune(0x21C0)) |
| Ruby | "\u{21C0}" |
\21C0 |
| Hexadecimale code | 0x21C0 |
| HTML-code | ⇀ |
| LaTeX | \rightharpoonup |
| Symbool | ⇀ |
| URL-codering (UTF-8 procent) | %E2%87%80 |
| Uitgesproken naam / schermlezer | Rightwards Harpoon With Barb Upwards |