HTML Entity/Symbol↢(LEFTWARDS ARROW WITH TAIL )

Copy this symbol

LEFTWARDS ARROW WITH TAIL

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

↢
↢
U+021A2
\21a2
↢

HTML Examples

Using HTML Code value in HTML file

<span> &#8610; </span>

Using HTML Entity value in HTML file

<span> &larrtl; </span>

CSS Example

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

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