#
Number Sign
Name Number Sign
Unicode U+0023
CSS Code \0023
HTML Entity #
HTML Code #
html
<div>&#35;</div>
css
div::before {
  content: "\0023";
}