| Nom du symbole | Open Centre Black Star |
| Version Unicode | 1.1 |
| Unicode | U+272B |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9C AB |
| UTF-16 | 272B |
| UTF-32 | 0000272B |
1\documentclass{article}2\usepackage{pifont}3\text{OPENCENTREBLACKSTAR}4\end{document}Vous pouvez saisir le symbole open centre black star sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10027 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "open centre black star", or use Unicode Hex Input with 272B.
Ctrl + Shift + U, type 272b, 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.open-centre-black-star::before { content: "\272B"; }1<span>✫</span>La représentation du symbole Open Centre Black Star dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u272B' or String.fromCodePoint(10027) |
| Python | '\N{OPEN CENTRE BLACK STAR}' or chr(10027) |
| Rust | '\u{272B}' |
| C / C++ | UTF-8 source or wchar_t with U+272B |
| Go | string(rune(0x272B)) |
| Ruby | "\u{272B}" |
\272B |
| Code hexadécimal | 0x272B |
| Code HTML | ✫ |
| LaTeX | \text{OPENCENTREBLACKSTAR} |
| Symbole | ✫ |
| Encodage URL (pourcent UTF-8) | %E2%9C%AB |
| Nom oral / lecteur d’écran | Open Centre Black Star |