HTML Entity/Symbol⊗(CIRCLED TIMES )

Copy this symbol

CIRCLED TIMES

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

⊗
⊗
U+02297
\2297
⊗

HTML Examples

Using HTML Code value in HTML file

<span> &#8855; </span>

Using HTML Entity value in HTML file

<span> &CircleTimes; </span>

CSS Example

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

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