»
Right-Pointing Double Angle Quotation Mark
Name Right-Pointing Double Angle Quotation Mark
Unicode U+00BB
CSS Code \00BB
HTML Entity »
HTML Code »
html
<div>&#187;</div>
css
div::before {
  content: "\00BB";
}