Upside Down Small e

Unicode Name: LATIN SMALL LETTER TURNED E

ǝ

Shortcodes

Copy and paste codes for Upside Down Small e symbol ǝ to use in your websites, apps, blogs, and more.

Unicode
U+01DD
HTML Code
ǝ
HEX Code
ǝ
CSS Code
\1DD
JS/JSON
\u01DD
Unix/C/PHP/JAVA
0x1DD
URL-encode
%C7%9D
copied

Customize Upside Down Small e Symbol

Customize ǝ symbol as you like and download Upside Down Small e as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ǝ
 

How to add Upside Down Small e symbol in HTML, CSS, and JS?

Insert ǝ Upside Down Small e using HTML

1. Copy-paste Upside Down Small e directly:
<span>ǝ</span>
2. HTML Decimal Code:
<span>&#477;</span>
3. Hexadecimal Code:
<span>&#x01DD;</span>
Preview: ǝ

Add Upside Down Small e symbol with CSS

.upside-down-small-e::before {
    content: '\\1DD';
}
Preview: Upside Down Small e

Upside Down Small e JavaScript Code

1. Direct Symbol:
document.querySelector('.upside-down-small-e').textContent = 'ǝ';
2. Unicode Escape for ǝ:
document.querySelector('.upside-down-small-e').textContent = '\u01DD';
Preview: ǝ