Upside Down Small e
Unicode Name: LATIN SMALL LETTER TURNED E
ǝ
Shortcodes
Copy useful codes for upside down small e symbol ǝ to use in websites, apps, blogs, and docs.
Unicode
U+01DD HTML Code
ǝ HEX Code
ǝ CSS Code
\01DD JS/JSON
\u01DD Unix/C/PHP/JAVA
0x1DD URL-encode
%C7%9D Customize Upside Down Small e
Customize ǝ, download it as SVG or PNG, or copy the generated HTML snippet.
ǝ
How to use Upside Down Small e 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
.upside-down-small-e::before {
content: '\\01DD';
} Set it in JavaScript
document.querySelector('.upside-down-small-e').textContent = 'ǝ';