)
Right Parenthesis
Name Right Parenthesis
Unicode U+0029
CSS Code \0029
HTML Entity )
HTML Code )
html
<div>&#41;</div>
css
div::before {
  content: "\0029";
}