| Symboolnaam | Anticlockwise Top Semicircle Arrow |
| Unicode-versie | 1.1 |
| Unicode | U+21B6 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 86 B6 |
| UTF-16 | 21B6 |
| UTF-32 | 000021B6 |
1\documentclass{article}2\usepackage{pifont}3\text{ANTICLOCKWISETOPSEMICIRCLEARROW}4\end{document}Je kunt het anticlockwise top semicircle arrow-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8630 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "anticlockwise top semicircle arrow", or use Unicode Hex Input with 21B6.
Ctrl + Shift + U, type 21b6, 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.anticlockwise-top-semicircle-arrow::before { content: "\21B6"; }1<span>↶</span>De weergave van het Anticlockwise Top Semicircle Arrow-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u21B6' or String.fromCodePoint(8630) |
| Python | '\N{ANTICLOCKWISE TOP SEMICIRCLE ARROW}' or chr(8630) |
| Rust | '\u{21B6}' |
| C / C++ | UTF-8 source or wchar_t with U+21B6 |
| Go | string(rune(0x21B6)) |
| Ruby | "\u{21B6}" |
\21B6 |
| Hexadecimale code | 0x21B6 |
| HTML-code | ↶ |
| LaTeX | \text{ANTICLOCKWISETOPSEMICIRCLEARROW} |
| Symbool | ↶ |
| URL-codering (UTF-8 procent) | %E2%86%B6 |
| Uitgesproken naam / schermlezer | Anticlockwise Top Semicircle Arrow |