| Nome del simbolo | Leftwards Harpoon With Barb Downwards |
| Versione Unicode | 1.1 |
| Unicode | U+21BD |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 86 BD |
| UTF-16 | 21BD |
| UTF-32 | 000021BD |
1\documentclass{article}2\usepackage{pifont}3\leftharpoondown 4\end{document}Puoi digitare il simbolo leftwards harpoon with barb downwards sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Leftwards Harpoon With Barb Downwards nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\21BD |
| Codice esadecimale | 0x21BD |
| Codice HTML | ↽ |
| LaTeX | \leftharpoondown |
| Simbolo | ↽ |
| Codifica URL (percentuale UTF-8) | %E2%86%BD |
| Nome parlato / screen reader | Leftwards Harpoon With Barb Downwards |