| Symbolname | Lower Left Semicircular Anticlockwise Arrow |
| Unicode-Version | 3.2 |
| Unicode | U+293F |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol lower left semicircular anticlockwise arrow auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Lower Left Semicircular Anticlockwise Arrow in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x293F |
| HTML-Code | ⤿ |
| LaTeX | \text{LOWERLEFTSEMICIRCULARANTICLOCKWISEARROW} |
| Symbol | ⤿ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A4%BF |
| Ansagename (Screenreader) | Lower Left Semicircular Anticlockwise Arrow |