Eighth Note
Name Eighth Note
Unicode U+266A
CSS Code \266A
HTML Entity ♪
HTML Code ♪
html
<div>&#9834;</div>
css
div::before {
  content: "\266A";
}