HTML Entity/Symbol⨄(N-ARY UNION OPERATOR WITH PLUS )

Copy this symbol

N-ARY UNION OPERATOR WITH PLUS

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

⨄
⨄
U+02A04
\2a04
⨄

HTML Examples

Using HTML Code value in HTML file

<span> &#10756; </span>

Using HTML Entity value in HTML file

<span> &biguplus; </span>

CSS Example

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

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