HTML Entity/Symbol⨁(N-ARY CIRCLED PLUS OPERATOR )

Copy this symbol

N-ARY CIRCLED PLUS OPERATOR

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

⨁
⨁
U+02A01
\2a01
⨁

HTML Examples

Using HTML Code value in HTML file

<span> &#10753; </span>

Using HTML Entity value in HTML file

<span> &bigoplus; </span>

CSS Example

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

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