(
Left Parenthesis
Name Left Parenthesis
Unicode U+0028
CSS Code \0028
HTML Entity (
HTML Code (
html
<div>&#40;</div>
css
div::before {
  content: "\0028";
}