HTML Entity/Symbol−(MINUS SIGN )

Copy this symbol

MINUS SIGN

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

−
−
U+02212
\2212
−

HTML Examples

Using HTML Code value in HTML file

<span> &#8722; </span>

Using HTML Entity value in HTML file

<span> &minus; </span>

CSS Example

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

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