Latin Small Letter E With Hook Above
ẻ
Shortcodes
Copy useful codes for latin small letter e with hook above symbol ẻ to use in websites, apps, blogs, and docs.
Unicode
U+1EBB HTML Code
ẻ HEX Code
ẻ CSS Code
\1EBB JS/JSON
\u1EBB Unix/C/PHP/JAVA
0x1EBB URL-encode
%E1%BA%BB Customize Latin Small Letter E With Hook Above
Customize ẻ, download it as SVG or PNG, or copy the generated HTML snippet.
ẻ
How to use Latin Small Letter E With Hook Above 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-hook-above::before {
content: '\\1EBB';
} Set it in JavaScript
document.querySelector('.latin-small-letter-e-with-hook-above').textContent = 'ẻ';