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