HTML Entity/Symbol⥱(EQUALS SIGN ABOVE RIGHTWARDS ARROW )

Copy this symbol

EQUALS SIGN ABOVE RIGHTWARDS ARROW

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

⥱
⥱
U+02971
\2971
⥱

HTML Examples

Using HTML Code value in HTML file

<span> &#10609; </span>

Using HTML Entity value in HTML file

<span> &erarr; </span>

CSS Example

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

span { 
    content: "\2971";
}
All HTML Symbols