ē
Latin Small Letter E with Macron
Name Latin Small Letter E with Macron
Unicode U+0113
CSS Code \0113
HTML Entity ē
HTML Code ē
html
<div>&#275;</div>
css
div::before {
  content: "\0113";
}