Latin Small Letter E With Double Grave
ȅ
Shortcodes
Copy useful codes for latin small letter e with double grave symbol ȅ to use in websites, apps, blogs, and docs.
Unicode
U+0205 HTML Code
ȅ HEX Code
ȅ CSS Code
\0205 JS/JSON
\u0205 Unix/C/PHP/JAVA
0x205 URL-encode
%C8%85 Customize Latin Small Letter E With Double Grave
Customize ȅ, download it as SVG or PNG, or copy the generated HTML snippet.
ȅ
How to use Latin Small Letter E With Double Grave Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ȅ</span> HTML Code:
<span>ȅ</span> HEX Code:
<span>ȅ</span> Add with CSS
.latin-small-letter-e-with-double-grave::before {
content: '\\0205';
} Set it in JavaScript
document.querySelector('.latin-small-letter-e-with-double-grave').textContent = 'ȅ';