Double Left-Pointing Angle Quotation Mark

«

UNICODE

U+000AB

HEX CODE

«

HTML CODE

«

HTML ENTITY

«

CSS CODE

\00AB
// html example
<span>&#171;</span>

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