HTML Entity/Symbol⊛(CIRCLED ASTERISK OPERATOR )

Copy this symbol

CIRCLED ASTERISK OPERATOR

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

⊛
⊛
U+0229B
\229b
⊛

HTML Examples

Using HTML Code value in HTML file

<span> &#8859; </span>

Using HTML Entity value in HTML file

<span> &circledast; </span>

CSS Example

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

span { 
    content: "\229b";
}
All HTML Symbols