HTML Entity/Symbol⇽(LEFTWARDS OPEN-HEADED ARROW )

Copy this symbol

LEFTWARDS OPEN-HEADED ARROW

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

⇽
⇽
U+021FD
\21fd
⇽

HTML Examples

Using HTML Code value in HTML file

<span> &#8701; </span>

Using HTML Entity value in HTML file

<span> &loarr; </span>

CSS Example

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

span { 
    content: "\21fd";
}
All HTML Symbols