HTML Entity/Symbol⊚(CIRCLED RING OPERATOR )

Copy this symbol

CIRCLED RING OPERATOR

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

⊚
⊚
U+0229A
\229a
⊚

HTML Examples

Using HTML Code value in HTML file

<span> &#8858; </span>

Using HTML Entity value in HTML file

<span> &circledcirc; </span>

CSS Example

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

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