Right Arrow with Loop

UNICODE

U+021AC

HEX CODE

↬

HTML CODE

↬

HTML ENTITY

↬

CSS CODE

\21AC
// html example
<span>&#8620;</span>

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