Superscript Minus

If you have ever needed a ⁻ Superscript Minus 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

Superscript Minus Codes

U+0207B

Unicode

⁻

Hex Code

⁻

HTML Code

\207B

CSS Code

Superscript Minus Code Examples

HTML Example

<span> &#8315; </span>

CSS Example

span {
   content: "\207B";
}

Symbol Copied!