HTML Entity/Symbol⋆(STAR OPERATOR )

Copy this symbol

STAR OPERATOR

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

⋆
⋆
U+022C6
\22c6
⋆

HTML Examples

Using HTML Code value in HTML file

<span> &#8902; </span>

Using HTML Entity value in HTML file

<span> &sstarf; </span>

CSS Example

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

span { 
    content: "\22c6";
}
All HTML Symbols