Less-Than Above Left Arrow

UNICODE

U+02976

HEX CODE

⥶

HTML CODE

⥶

HTML ENTITY

⥶

CSS CODE

\2976
// html example
<span>&#10614;</span>

// css example
span {
  content: "\2976";
}