| Nombre del símbolo | Leftwards Arrow With Hook |
| Versión Unicode | 1.1 |
| Unicode | U+21A9 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 86 A9 |
| UTF-16 | 21A9 |
| UTF-32 | 000021A9 |
1\documentclass{article}2\usepackage{pifont}3\hookleftarrow 4\end{document}Puedes escribir el símbolo leftwards arrow with hook en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Leftwards Arrow With Hook en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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 |
| Código hexadecimal | 0x21A9 |
| Código HTML | ↩ |
| LaTeX | \hookleftarrow |
| Símbolo | ↩ |
| Codificación URL (porcentaje UTF-8) | %E2%86%A9 |
| Nombre oral / lector de pantalla | Leftwards Arrow With Hook |