| Nom du symbole | Leftwards Arrow With Hook |
| Version Unicode | 1.1 |
| Unicode | U+21A9 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 86 A9 |
| UTF-16 | 21A9 |
| UTF-32 | 000021A9 |
1\documentclass{article}2\usepackage{pifont}3\hookleftarrow 4\end{document}Vous pouvez saisir le symbole leftwards arrow with hook sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8617 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards arrow with hook", or use Unicode Hex Input with 21A9.
Ctrl + Shift + U, type 21a9, 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-arrow-with-hook::before { content: "\21A9"; }1<span>↩</span>La représentation du symbole Leftwards Arrow With Hook dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u21A9' or String.fromCodePoint(8617) |
| Python | '\N{LEFTWARDS ARROW WITH HOOK}' or chr(8617) |
| Rust | '\u{21A9}' |
| C / C++ | UTF-8 source or wchar_t with U+21A9 |
| Go | string(rune(0x21A9)) |
| Ruby | "\u{21A9}" |
\21A9 |
| Code hexadécimal | 0x21A9 |
| Code HTML | ↩ |
| LaTeX | \hookleftarrow |
| Symbole | ↩ |
| Encodage URL (pourcent UTF-8) | %E2%86%A9 |
| Nom oral / lecteur d’écran | Leftwards Arrow With Hook |