| Symbol Name | Lower Left Semicircular Anticlockwise Arrow |
| Unicode Version | 3.2 |
| Unicode | U+293F |
| Unicode block | |
| General category | 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}You can type the lower left semicircular anticlockwise arrow symbol on most modern devices with the help of following methods:
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>Lower Left Semicircular Anticlockwise Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\293F |
| Hex Code | 0x293F |
| HTML Code | ⤿ |
| LaTeX | \text{LOWERLEFTSEMICIRCULARANTICLOCKWISEARROW} |
| Symbol | ⤿ |
| URL encode (UTF-8 percent) | %E2%A4%BF |
| Spoken / screen reader name | Lower Left Semicircular Anticlockwise Arrow |