}
Right Curly Bracket
Name Right Curly Bracket
Unicode U+007D
CSS Code \007D
HTML Entity }
HTML Code }
html
<div>&#125;</div>
css
div::before {
  content: "\007D";
}