Upside Down E

Unicode Name: LATIN CAPITAL LETTER REVERSED E

Ǝ

Shortcodes

Copy and paste codes for Upside Down E symbol Ǝ to use in your websites, apps, blogs, and more.

Unicode
U+018E
HTML Code
Ǝ
HEX Code
Ǝ
CSS Code
\18E
JS/JSON
\u018E
Unix/C/PHP/JAVA
0x18E
URL-encode
%C6%8E
copied

Customize Upside Down E Symbol

Customize Ǝ symbol as you like and download Upside Down 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 E symbol in HTML, CSS, and JS?

Insert Ǝ Upside Down E using HTML

1. Copy-paste Upside Down E directly:
<span>Ǝ</span>
2. HTML Decimal Code:
<span>&#398;</span>
3. Hexadecimal Code:
<span>&#x018E;</span>
Preview: Ǝ

Add Upside Down E symbol with CSS

.upside-down-e::before {
    content: '\\18E';
}
Preview: Upside Down E

Upside Down E JavaScript Code

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