| Symbol Name | White Medium Star |
| Unicode Version | 5.1 |
| Unicode | U+2B50 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2B50 |
| Hex Code | 0x2B50 |
| HTML Code | ⭐ |
| LaTeX | \text{WHITEMEDIUMSTAR} |
| Symbol | ⭐ |
| URL encode (UTF-8 percent) | %E2%AD%90 |
| Spoken / screen reader name | White Medium Star |
| UTF-8 | E2 AD 90 |
| UTF-16 | 2B50 |
| UTF-32 | 00002B50 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITEMEDIUMSTAR}4\end{document}You can type the white medium star symbol on most modern devices with the help of following methods:
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>White Medium Star symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |