Technical information

Symbol
NameBlack star
Unicode numberU+2605
CategoryStarsStars
DescriptionThe Unicode character ★, or U+2605, is known as the "Black Star". It is a part of the "Miscellaneous Symbols" block, which includes a wide array of symbols used in various contexts. This character falls under the "Symbol, Other" category. Visually, it represents a five-pointed star that is filled in, or "black". The Black Star is often used to denote space, nighttime, or celestial bodies in a general sense. It can also be employed to indicate quality or to highlight important points in a text. For example, it might be used to signify a top rating in a review, or to mark a key point in a list. Additionally, the Black Star has been adopted in various cultural contexts to symbolize different ideas or entities.

Encoding

HTML Entity★
HTML Entity (hex)★
HTML Entity (named)
URL Escape Code%E2%98%85
UTF-8 (hex)0xE2 0x98 0x85
UTF-8 (binary)11100010:10011000:10000101
UTF-160x2605
UTF-320x00002605

Source Code

C, C++, and Java"\u2605"
CSS Code\2605
JavaScript"\u2605"
Perl\x{2605}
Python 2u"\u2605"
Python 3\u2605
Ruby\u{2605}

Preview

This Unicode character looks like this ★ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#9733;</span>

            
span {
    content: "\2605";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References