Subscript Minus

If you have ever needed a ₋ Subscript 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

Subscript Minus Codes

U+0208B

Unicode

₋

Hex Code

₋

HTML Code

\208B

CSS Code

Subscript Minus Code Examples

HTML Example

<span> &#8331; </span>

CSS Example

span {
   content: "\208B";
}

Symbol Copied!