HTML Entity/Symbol⨂(N-ARY CIRCLED TIMES OPERATOR )

Copy this symbol

N-ARY CIRCLED TIMES OPERATOR

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

⨂
⨂
U+02A02
\2a02
⨂

HTML Examples

Using HTML Code value in HTML file

<span> &#10754; </span>

Using HTML Entity value in HTML file

<span> &bigotimes; </span>

CSS Example

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

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