| Nom du symbole | Upwards Harpoon With Barb Right From Bar |
| Version Unicode | 3.2 |
| Unicode | U+295C |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| UTF-8 | E2 A5 9C |
| UTF-16 | 295C |
| UTF-32 | 0000295C |
1\documentclass{article}2\usepackage{pifont}3\text{UPWARDSHARPOONWITHBARBRIGHTFROMBAR}4\end{document}Vous pouvez saisir le symbole upwards harpoon with barb right from bar sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10588 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "upwards harpoon with barb right from bar", or use Unicode Hex Input with 295C.
Ctrl + Shift + U, type 295c, 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.upwards-harpoon-with-barb-right-from-bar::before { content: "\295C"; }1<span>⥜</span>La représentation du symbole Upwards Harpoon With Barb Right From Bar dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u295C' or String.fromCodePoint(10588) |
| Python | '\N{UPWARDS HARPOON WITH BARB RIGHT FROM BAR}' or chr(10588) |
| Rust | '\u{295C}' |
| C / C++ | UTF-8 source or wchar_t with U+295C |
| Go | string(rune(0x295C)) |
| Ruby | "\u{295C}" |
| Code CSS |
\295C |
| Code hexadécimal | 0x295C |
| Code HTML | ⥜ |
| LaTeX | \text{UPWARDSHARPOONWITHBARBRIGHTFROMBAR} |
| Symbole | ⥜ |
| Encodage URL (pourcent UTF-8) | %E2%A5%9C |
| Nom oral / lecteur d’écran | Upwards Harpoon With Barb Right From Bar |