Left Arrow with Loop
↫
UNICODE
U+021ABHEX CODE
↫HTML CODE
↫HTML ENTITY
↫CSS CODE
\21AB // html example
<span>↫</span> // css example
span {
content: "\21AB";
} ↫
U+021AB↫↫↫\21AB // html example
<span>↫</span> // css example
span {
content: "\21AB";
}