| Symboolnaam | Square With Diagonal Crosshatch Fill |
| Unicode-versie | 1.1 |
| Unicode | U+25A9 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 96 A9 |
| UTF-16 | 25A9 |
| UTF-32 | 000025A9 |
1\documentclass{article}2\usepackage{pifont}3\text{SQUAREWITHDIAGONALCROSSHATCHFILL}4\end{document}Je kunt het square with diagonal crosshatch fill-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9641 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square with diagonal crosshatch fill", or use Unicode Hex Input with 25A9.
Ctrl + Shift + U, type 25a9, 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.square-with-diagonal-crosshatch-fill::before { content: "\25A9"; }1<span>▩</span>De weergave van het Square With Diagonal Crosshatch Fill-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u25A9' or String.fromCodePoint(9641) |
| Python | '\N{SQUARE WITH DIAGONAL CROSSHATCH FILL}' or chr(9641) |
| Rust | '\u{25A9}' |
| C / C++ | UTF-8 source or wchar_t with U+25A9 |
| Go | string(rune(0x25A9)) |
| Ruby | "\u{25A9}" |
\25A9 |
| Hexadecimale code | 0x25A9 |
| HTML-code | ▩ |
| LaTeX | \text{SQUAREWITHDIAGONALCROSSHATCHFILL} |
| Symbool | ▩ |
| URL-codering (UTF-8 procent) | %E2%96%A9 |
| Uitgesproken naam / schermlezer | Square With Diagonal Crosshatch Fill |