Left Arrow with Loop

UNICODE

U+021AB

HEX CODE

↫

HTML CODE

↫

HTML ENTITY

↫

CSS CODE

\21AB
// html example
<span>&#8619;</span>

// css example
span {
  content: "\21AB";
}