| Nom du symbole | Leftwards Harpoon With Barb Downwards |
| Version Unicode | 1.1 |
| Unicode | U+21BD |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole leftwards harpoon with barb downwards sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Leftwards Harpoon With Barb Downwards dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\21BD |
| Code hexadécimal | 0x21BD |
| Code HTML | ↽ |
| LaTeX | \leftharpoondown |
| Symbole | ↽ |
| Encodage URL (pourcent UTF-8) | %E2%86%BD |
| Nom oral / lecteur d’écran | Leftwards Harpoon With Barb Downwards |