| Symboolnaam | Heavy Outlined Black Star |
| Unicode-versie | 1.1 |
| Unicode | U+272E |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9C AE |
| UTF-16 | 272E |
| UTF-32 | 0000272E |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYOUTLINEDBLACKSTAR}4\end{document}Je kunt het heavy outlined black star-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 10030 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy outlined black star", or use Unicode Hex Input with 272E.
Ctrl + Shift + U, type 272e, 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.heavy-outlined-black-star::before { content: "\272E"; }1<span>✮</span>De weergave van het Heavy Outlined Black Star-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u272E' or String.fromCodePoint(10030) |
| Python | '\N{HEAVY OUTLINED BLACK STAR}' or chr(10030) |
| Rust | '\u{272E}' |
| C / C++ | UTF-8 source or wchar_t with U+272E |
| Go | string(rune(0x272E)) |
| Ruby | "\u{272E}" |
\272E |
| Hexadecimale code | 0x272E |
| HTML-code | ✮ |
| LaTeX | \text{HEAVYOUTLINEDBLACKSTAR} |
| Symbool | ✮ |
| URL-codering (UTF-8 procent) | %E2%9C%AE |
| Uitgesproken naam / schermlezer | Heavy Outlined Black Star |