| Nombre del símbolo | Lower Left Semicircular Anticlockwise Arrow |
| Versión Unicode | 3.2 |
| Unicode | U+293F |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 A4 BF |
| UTF-16 | 293F |
| UTF-32 | 0000293F |
1\documentclass{article}2\usepackage{pifont}3\text{LOWERLEFTSEMICIRCULARANTICLOCKWISEARROW}4\end{document}Puedes escribir el símbolo lower left semicircular anticlockwise arrow en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10559 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "lower left semicircular anticlockwise arrow", or use Unicode Hex Input with 293F.
Ctrl + Shift + U, type 293f, 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.lower-left-semicircular-anticlockwise-arrow::before { content: "\293F"; }1<span>⤿</span>La representación del símbolo Lower Left Semicircular Anticlockwise Arrow en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u293F' or String.fromCodePoint(10559) |
| Python | '\N{LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW}' or chr(10559) |
| Rust | '\u{293F}' |
| C / C++ | UTF-8 source or wchar_t with U+293F |
| Go | string(rune(0x293F)) |
| Ruby | "\u{293F}" |
| Código CSS |
\293F |
| Código hexadecimal | 0x293F |
| Código HTML | ⤿ |
| LaTeX | \text{LOWERLEFTSEMICIRCULARANTICLOCKWISEARROW} |
| Símbolo | ⤿ |
| Codificación URL (porcentaje UTF-8) | %E2%A4%BF |
| Nombre oral / lector de pantalla | Lower Left Semicircular Anticlockwise Arrow |