HTML Entity/Symbol⪮(EQUALS SIGN WITH BUMPY ABOVE )

Copy this symbol

EQUALS SIGN WITH BUMPY ABOVE

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

⪮
⪮
U+02AAE
\2aae
⪮

HTML Examples

Using HTML Code value in HTML file

<span> &#10926; </span>

Using HTML Entity value in HTML file

<span> &bumpE; </span>

CSS Example

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

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