| Symbol Name | Lower Right Semicircular Clockwise Arrow |
| Unicode Version | 3.2 |
| Unicode | U+293E |
| Unicode block | |
| General category | Math Symbol (Sm) |
| UTF-8 | E2 A4 BE |
| UTF-16 | 293E |
| UTF-32 | 0000293E |
1\documentclass{article}2\usepackage{pifont}3\text{LOWERRIGHTSEMICIRCULARCLOCKWISEARROW}4\end{document}You can type the lower right semicircular clockwise arrow symbol on most modern devices with the help of following methods:
Alt + 10558 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "lower right semicircular clockwise arrow", or use Unicode Hex Input with 293E.
Ctrl + Shift + U, type 293e, 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-right-semicircular-clockwise-arrow::before { content: "\293E"; }1<span>⤾</span>Lower Right Semicircular Clockwise Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u293E' or String.fromCodePoint(10558) |
| Python | '\N{LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW}' or chr(10558) |
| Rust | '\u{293E}' |
| C / C++ | UTF-8 source or wchar_t with U+293E |
| Go | string(rune(0x293E)) |
| Ruby | "\u{293E}" |
| CSS Code |
\293E |
| Hex Code | 0x293E |
| HTML Code | ⤾ |
| LaTeX | \text{LOWERRIGHTSEMICIRCULARCLOCKWISEARROW} |
| Symbol | ⤾ |
| URL encode (UTF-8 percent) | %E2%A4%BE |
| Spoken / screen reader name | Lower Right Semicircular Clockwise Arrow |