| Symboolnaam | Black Centre White Star |
| Unicode-versie | 1.1 |
| Unicode | U+272C |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9C AC |
| UTF-16 | 272C |
| UTF-32 | 0000272C |
1\documentclass{article}2\usepackage{pifont}3\text{BLACKCENTREWHITESTAR}4\end{document}Je kunt het black centre white star-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10028 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "black centre white star", or use Unicode Hex Input with 272C.
Ctrl + Shift + U, type 272c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with star and asterisk support.
1span.black-centre-white-star::before { content: "\272C"; }1<span>✬</span>De weergave van het Black Centre White Star-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u272C' or String.fromCodePoint(10028) |
| Python | '\N{BLACK CENTRE WHITE STAR}' or chr(10028) |
| Rust | '\u{272C}' |
| C / C++ | UTF-8 source or wchar_t with U+272C |
| Go | string(rune(0x272C)) |
| Ruby | "\u{272C}" |
\272C |
| Hexadecimale code | 0x272C |
| HTML-code | ✬ |
| LaTeX | \text{BLACKCENTREWHITESTAR} |
| Symbool | ✬ |
| URL-codering (UTF-8 procent) | %E2%9C%AC |
| Uitgesproken naam / schermlezer | Black Centre White Star |