HTML Entity/Symbol⤙(LEFTWARDS ARROW-TAIL )

Copy this symbol

LEFTWARDS ARROW-TAIL

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

⤙
⤙
U+02919
\2919
⤙

HTML Examples

Using HTML Code value in HTML file

<span> &#10521; </span>

Using HTML Entity value in HTML file

<span> &latail; </span>

CSS Example

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

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