Left Arrow with Stroke

UNICODE

U+0219A

HEX CODE

↚

HTML CODE

↚

HTML ENTITY

↚

CSS CODE

\219A
// html example
<span>&#8602;</span>

// css example
span {
  content: "\219A";
}