| Symboolnaam | Circle With Superimposed X |
| Unicode-versie | 3.2 |
| Unicode | U+29BB |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| UTF-8 | E2 A6 BB |
| UTF-16 | 29BB |
| UTF-32 | 000029BB |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEWITHSUPERIMPOSEDX}4\end{document}Je kunt het circle with superimposed x-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10683 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circle with superimposed x", or use Unicode Hex Input with 29BB.
Ctrl + Shift + U, type 29bb, 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.circle-with-superimposed-x::before { content: "\29BB"; }1<span>⦻</span>De weergave van het Circle With Superimposed X-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u29BB' or String.fromCodePoint(10683) |
| Python | '\N{CIRCLE WITH SUPERIMPOSED X}' or chr(10683) |
| Rust | '\u{29BB}' |
| C / C++ | UTF-8 source or wchar_t with U+29BB |
| Go | string(rune(0x29BB)) |
| Ruby | "\u{29BB}" |
| CSS-code |
\29BB |
| Hexadecimale code | 0x29BB |
| HTML-code | ⦻ |
| LaTeX | \text{CIRCLEWITHSUPERIMPOSEDX} |
| Symbool | ⦻ |
| URL-codering (UTF-8 procent) | %E2%A6%BB |
| Uitgesproken naam / schermlezer | Circle With Superimposed X |