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