| Symbolname | Error-barred Black Circle |
| Unicode-Version | 3.2 |
| Unicode | U+29F3 |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| UTF-8 | E2 A7 B3 |
| UTF-16 | 29F3 |
| UTF-32 | 000029F3 |
1\documentclass{article}2\usepackage{pifont}3\text{ERROR-BARREDBLACKCIRCLE}4\end{document}Sie können das Symbol error-barred black circle auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10739 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "error-barred black circle", or use Unicode Hex Input with 29F3.
Ctrl + Shift + U, type 29f3, 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-black-circle::before { content: "\29F3"; }1<span>⧳</span>Die Darstellung des Symbols Error-barred Black Circle in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u29F3' or String.fromCodePoint(10739) |
| Python | '\N{ERROR-BARRED BLACK CIRCLE}' or chr(10739) |
| Rust | '\u{29F3}' |
| C / C++ | UTF-8 source or wchar_t with U+29F3 |
| Go | string(rune(0x29F3)) |
| Ruby | "\u{29F3}" |
| CSS-Code |
\29F3 |
| Hexadezimalcode | 0x29F3 |
| HTML-Code | ⧳ |
| LaTeX | \text{ERROR-BARREDBLACKCIRCLE} |
| Symbol | ⧳ |
| URL-Kodierung (UTF-8-Prozent) | %E2%A7%B3 |
| Ansagename (Screenreader) | Error-barred Black Circle |