HTML Entity/Symbol⩱(EQUALS SIGN ABOVE PLUS SIGN )

Copy this symbol

EQUALS SIGN ABOVE PLUS SIGN

Click on any of the following code values to copy to clipboard.

⩱
⩱
U+02A71
\2a71
⩱

HTML Examples

Using HTML Code value in HTML file

<span> &#10865; </span>

Using HTML Entity value in HTML file

<span> &eplus; </span>

CSS Example

Using CSS content code of the HTML entity &eplus; to specify in a CSS file

span { 
    content: "\2a71";
}
All HTML Symbols