HTML Entity/Symbol⩳(EQUALS SIGN ABOVE TILDE OPERATOR )

Copy this symbol

EQUALS SIGN ABOVE TILDE OPERATOR

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

⩳
⩳
U+02A73
\2a73
⩳

HTML Examples

Using HTML Code value in HTML file

<span> &#10867; </span>

Using HTML Entity value in HTML file

<span> &Esim; </span>

CSS Example

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

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