HTML Entity/Symbol↚(LEFTWARDS ARROW WITH STROKE )

Copy this symbol

LEFTWARDS ARROW WITH STROKE

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

↚
↚
U+0219A
\219a
↚

HTML Examples

Using HTML Code value in HTML file

<span> &#8602; </span>

Using HTML Entity value in HTML file

<span> &nlarr; </span>

CSS Example

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

span { 
    content: "\219a";
}
All HTML Symbols