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