HTML Entity/Symbol★(BLACK STAR )

Copy this symbol

BLACK STAR

Click on any of the following code values to copy to clipboard.

★
★
U+02605
\2605
★

HTML Examples

Using HTML Code value in HTML file

<span> &#9733; </span>

Using HTML Entity value in HTML file

<span> &bigstar; </span>

CSS Example

Using CSS content code of the HTML entity &bigstar; to specify in a CSS file

span { 
    content: "\2605";
}
All HTML Symbols