| Symboolnaam | Circled Division Slash |
| Unicode-versie | 1.1 |
| Unicode | U+2298 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \2298 |
| Hexadecimale code | 0x2298 |
| HTML-code | ⊘ |
| LaTeX | \text{CIRCLEDDIVISIONSLASH} |
| Symbool | ⊘ |
| URL-codering (UTF-8 procent) | %E2%8A%98 |
| Uitgesproken naam / schermlezer | Circled Division Slash |
| UTF-8 | E2 8A 98 |
| UTF-16 | 2298 |
| UTF-32 | 00002298 |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDDIVISIONSLASH}4\end{document}Je kunt het circled division slash-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8856 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled division slash", or use Unicode Hex Input with 2298.
Ctrl + Shift + U, type 2298, 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-division-slash::before { content: "\2298"; }1<span>⊘</span>De weergave van het Circled Division Slash-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2298' or String.fromCodePoint(8856) |
| Python | '\N{CIRCLED DIVISION SLASH}' or chr(8856) |
| Rust | '\u{2298}' |
| C / C++ | UTF-8 source or wchar_t with U+2298 |
| Go | string(rune(0x2298)) |
| Ruby | "\u{2298}" |