/
Slash
Name Slash
Unicode U+002F
CSS Code \002F
HTML Entity /
HTML Code /
html
<div>&#47;</div>
css
div::before {
  content: "\002F";
}