HTML Entity/Symbol⥳(LEFTWARDS ARROW ABOVE TILDE OPERATOR )

Copy this symbol

LEFTWARDS ARROW ABOVE TILDE OPERATOR

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

⥳
⥳
U+02973
\2973
⥳

HTML Examples

Using HTML Code value in HTML file

<span> &#10611; </span>

Using HTML Entity value in HTML file

<span> &larrsim; </span>

CSS Example

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

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