HTML Entity/Symbol⊕(CIRCLED PLUS )

Copy this symbol

CIRCLED PLUS

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

⊕
⊕
U+02295
\2295
⊕

HTML Examples

Using HTML Code value in HTML file

<span> &#8853; </span>

Using HTML Entity value in HTML file

<span> &CirclePlus; </span>

CSS Example

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

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