Left Corner Bracket
Name Left Corner Bracket
Unicode U+300C
CSS Code \300C
HTML Code 「
html
<div>&#12300;</div>
css
div::before {
  content: "\300C";
}