| Symboolnaam | Circled Anticlockwise-rotated Division Sign |
| Unicode-versie | 3.2 |
| Unicode | U+29BC |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| UTF-8 | E2 A6 BC |
| UTF-16 | 29BC |
| UTF-32 | 000029BC |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDANTICLOCKWISE-ROTATEDDIVISIONSIGN}4\end{document}Je kunt het circled anticlockwise-rotated division sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10684 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled anticlockwise-rotated division sign", or use Unicode Hex Input with 29BC.
Ctrl + Shift + U, type 29bc, 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 geometric symbol support.
1span.circled-anticlockwise-rotated-division-sign::before { content: "\29BC"; }1<span>⦼</span>De weergave van het Circled Anticlockwise-rotated Division Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u29BC' or String.fromCodePoint(10684) |
| Python | '\N{CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN}' or chr(10684) |
| Rust | '\u{29BC}' |
| C / C++ | UTF-8 source or wchar_t with U+29BC |
| Go | string(rune(0x29BC)) |
| Ruby | "\u{29BC}" |
| CSS-code |
\29BC |
| Hexadecimale code | 0x29BC |
| HTML-code | ⦼ |
| LaTeX | \text{CIRCLEDANTICLOCKWISE-ROTATEDDIVISIONSIGN} |
| Symbool | ⦼ |
| URL-codering (UTF-8 procent) | %E2%A6%BC |
| Uitgesproken naam / schermlezer | Circled Anticlockwise-rotated Division Sign |