Dagger
Name Dagger
Unicode U+2020
CSS Code \2020
HTML Entity †
HTML Code †
html
<div>&#8224;</div>
css
div::before {
  content: "\2020";
}