]
Right Square Bracket
Name Right Square Bracket
Unicode U+005D
CSS Code \005D
HTML Entity ]
HTML Code ]
html
<div>&#93;</div>
css
div::before {
  content: "\005D";
}