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