Double-Struck Italic Small E
Name Double-Struck Italic Small E
Unicode U+2147
CSS Code \2147
HTML Entity ⅇ
HTML Code ⅇ
html
<div>&#8519;</div>
css
div::before {
  content: "\2147";
}