| Symboolnaam | Leftwards Arrow With Hook |
| Unicode-versie | 1.1 |
| Unicode | U+21A9 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 86 A9 |
| UTF-16 | 21A9 |
| UTF-32 | 000021A9 |
1\documentclass{article}2\usepackage{pifont}3\hookleftarrow 4\end{document}Je kunt het leftwards arrow with hook-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Leftwards Arrow With Hook-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x21A9 |
| HTML-code | ↩ |
| LaTeX | \hookleftarrow |
| Symbool | ↩ |
| URL-codering (UTF-8 procent) | %E2%86%A9 |
| Uitgesproken naam / schermlezer | Leftwards Arrow With Hook |