| Nom du symbole | Lower Left Semicircular Anticlockwise Arrow |
| Version Unicode | 3.2 |
| Unicode | U+293F |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole lower left semicircular anticlockwise arrow sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Lower Left Semicircular Anticlockwise Arrow dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\293F |
| Code hexadécimal | 0x293F |
| Code HTML | ⤿ |
| LaTeX | \text{LOWERLEFTSEMICIRCULARANTICLOCKWISEARROW} |
| Symbole | ⤿ |
| Encodage URL (pourcent UTF-8) | %E2%A4%BF |
| Nom oral / lecteur d’écran | Lower Left Semicircular Anticlockwise Arrow |