HTML Entity/Symbol⨢(PLUS SIGN WITH SMALL CIRCLE ABOVE )

Copy this symbol

PLUS SIGN WITH SMALL CIRCLE ABOVE

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

⨢
⨢
U+02A22
\2a22
⨢

HTML Examples

Using HTML Code value in HTML file

<span> &#10786; </span>

Using HTML Entity value in HTML file

<span> &pluscir; </span>

CSS Example

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

span { 
    content: "\2a22";
}
All HTML Symbols