| Symboolnaam | Lower Left Semicircular Anticlockwise Arrow |
| Unicode-versie | 3.2 |
| Unicode | U+293F |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het lower left semicircular anticlockwise arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Lower Left Semicircular Anticlockwise Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x293F |
| HTML-code | ⤿ |
| LaTeX | \text{LOWERLEFTSEMICIRCULARANTICLOCKWISEARROW} |
| Symbool | ⤿ |
| URL-codering (UTF-8 procent) | %E2%A4%BF |
| Uitgesproken naam / schermlezer | Lower Left Semicircular Anticlockwise Arrow |