| Nombre del símbolo | Leftwards Arrow With Loop |
| Versión Unicode | 1.1 |
| Unicode | U+21AB |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 86 AB |
| UTF-16 | 21AB |
| UTF-32 | 000021AB |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWARDSARROWWITHLOOP}4\end{document}Puedes escribir el símbolo leftwards arrow with loop en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8619 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "leftwards arrow with loop", or use Unicode Hex Input with 21AB.
Ctrl + Shift + U, type 21ab, 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-loop::before { content: "\21AB"; }1<span>↫</span>La representación del símbolo Leftwards Arrow With Loop en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u21AB' or String.fromCodePoint(8619) |
| Python | '\N{LEFTWARDS ARROW WITH LOOP}' or chr(8619) |
| Rust | '\u{21AB}' |
| C / C++ | UTF-8 source or wchar_t with U+21AB |
| Go | string(rune(0x21AB)) |
| Ruby | "\u{21AB}" |
\21AB |
| Código hexadecimal | 0x21AB |
| Código HTML | ↫ |
| LaTeX | \text{LEFTWARDSARROWWITHLOOP} |
| Símbolo | ↫ |
| Codificación URL (porcentaje UTF-8) | %E2%86%AB |
| Nombre oral / lector de pantalla | Leftwards Arrow With Loop |