Subscript Plus Sign

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

Subscript Plus Sign Codes

U+0208A

Unicode

₊

Hex Code

₊

HTML Code

\208A

CSS Code

Subscript Plus Sign Code Examples

HTML Example

<span> &#8330; </span>

CSS Example

span {
   content: "\208A";
}

Symbol Copied!