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