Superscript Equals Sign

If you have ever needed a ⁼ Superscript Equals 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 Equals Sign Codes

U+0207C

Unicode

⁼

Hex Code

⁼

HTML Code

\207C

CSS Code

Superscript Equals Sign Code Examples

HTML Example

<span> &#8316; </span>

CSS Example

span {
   content: "\207C";
}

Symbol Copied!