Left Double Arrow From Bar

UNICODE

U+02906

HEX CODE

⤆

HTML CODE

⤆

HTML ENTITY


CSS CODE

\2906
// html example
<span>&#10502;</span>

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