Right Corner Bracket
Name Right Corner Bracket
Unicode U+300D
CSS Code \300D
HTML Code 」
html
<div>&#12301;</div>
css
div::before {
  content: "\300D";
}