HTML Entity/Symbol±(PLUS-MINUS SIGN )

±
Copy this symbol

PLUS-MINUS SIGN

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

±
±
U+000B1
\00b1
±

HTML Examples

Using HTML Code value in HTML file

<span> &#177; </span>

Using HTML Entity value in HTML file

<span> &PlusMinus; </span>

CSS Example

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

span { 
    content: "\00b1";
}
All HTML Symbols