HTML Entity/Symbol⨆(N-ARY SQUARE UNION OPERATOR )

Copy this symbol

N-ARY SQUARE UNION OPERATOR

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

⨆
⨆
U+02A06
\2a06
⨆

HTML Examples

Using HTML Code value in HTML file

<span> &#10758; </span>

Using HTML Entity value in HTML file

<span> &bigsqcup; </span>

CSS Example

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

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