Superscript Plus Sign

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

Superscript Plus Sign Codes

U+0207A

Unicode

⁺

Hex Code

⁺

HTML Code

\207A

CSS Code

Superscript Plus Sign Code Examples

HTML Example

<span> &#8314; </span>

CSS Example

span {
   content: "\207A";
}

Symbol Copied!