Minus Sign

If you have ever needed a − Minus Sign Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy − Symbol to Clipboard

Minus Sign Codes

U+02212

Unicode

−

Hex Code

−

HTML Code

−

HTML Entity

\2212

CSS Code

Minus Sign Code Examples

HTML Example

<span> &#8722; </span>

CSS Example

span {
   content: "\2212";
}

Symbol Copied!