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