| Nome del simbolo | Lower Right Semicircular Clockwise Arrow |
| Versione Unicode | 3.2 |
| Unicode | U+293E |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo lower right semicircular clockwise arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Lower Right Semicircular Clockwise Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\293E |
| Codice esadecimale | 0x293E |
| Codice HTML | ⤾ |
| LaTeX | \text{LOWERRIGHTSEMICIRCULARCLOCKWISEARROW} |
| Simbolo | ⤾ |
| Codifica URL (percentuale UTF-8) | %E2%A4%BE |
| Nome parlato / screen reader | Lower Right Semicircular Clockwise Arrow |