| Symbolname | Leftwards Harpoon With Barb Downwards |
| Unicode-Version | 1.1 |
| Unicode | U+21BD |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol leftwards harpoon with barb downwards auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Leftwards Harpoon With Barb Downwards in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x21BD |
| HTML-Code | ↽ |
| LaTeX | \leftharpoondown |
| Symbol | ↽ |
| URL-Kodierung (UTF-8-Prozent) | %E2%86%BD |
| Ansagename (Screenreader) | Leftwards Harpoon With Barb Downwards |