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