| Nom du symbole | White Medium Star |
| Version Unicode | 5.1 |
| Unicode | U+2B50 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 AD 90 |
| UTF-16 | 2B50 |
| UTF-32 | 00002B50 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEMEDIUMSTAR}4\end{document}Vous pouvez saisir le symbole white medium star sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 11088 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "white medium star", or paste from this page.
Ctrl + Shift + U, type 2b50, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.white-medium-star::before { content: "\2B50"; }1<span>⭐</span>La représentation du symbole White Medium Star dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2B50' or String.fromCodePoint(11088) |
| Python | '\N{WHITE MEDIUM STAR}' or chr(11088) |
| Rust | '\u{2B50}' |
| C / C++ | UTF-8 source or wchar_t with U+2B50 |
| Go | string(rune(0x2B50)) |
| Ruby | "\u{2B50}" |
| Code CSS |
\2B50 |
| Code hexadécimal | 0x2B50 |
| Code HTML | ⭐ |
| LaTeX | \text{WHITEMEDIUMSTAR} |
| Symbole | ⭐ |
| Encodage URL (pourcent UTF-8) | %E2%AD%90 |
| Nom oral / lecteur d’écran | White Medium Star |