HTML Entity/Symbol⊖(CIRCLED MINUS )

Copy this symbol

CIRCLED MINUS

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

⊖
⊖
U+02296
\2296
⊖

HTML Examples

Using HTML Code value in HTML file

<span> &#8854; </span>

Using HTML Entity value in HTML file

<span> &CircleMinus; </span>

CSS Example

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

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