HTML Entity/Symbol∓(MINUS-OR-PLUS SIGN )

Copy this symbol

MINUS-OR-PLUS SIGN

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

∓
∓
U+02213
\2213
∓

HTML Examples

Using HTML Code value in HTML file

<span> &#8723; </span>

Using HTML Entity value in HTML file

<span> &MinusPlus; </span>

CSS Example

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

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