Latin Letter Small Capital E

Shortcodes

Copy and paste codes for Latin Letter Small Capital E symbol ᴇ to use in your websites, apps, blogs, and more.

Unicode
U+1D07
HTML Code
ᴇ
HEX Code
ᴇ
CSS Code
\1D07
JS/JSON
\u1D07
Unix/C/PHP/JAVA
0x1D07
URL-encode
%E1%B4%87
copied

Customize Latin Letter Small Capital E Symbol

Customize ᴇ symbol as you like and download Latin Letter Small Capital 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 Latin Letter Small Capital E symbol in HTML, CSS, and JS?

Insert ᴇ Latin Letter Small Capital E using HTML

1. Copy-paste Latin Letter Small Capital E directly:
<span>ᴇ</span>
2. HTML Decimal Code:
<span>&#7431;</span>
3. Hexadecimal Code:
<span>&#x1D07;</span>
Preview:

Add Latin Letter Small Capital E symbol with CSS

.latin-letter-small-capital-e::before {
    content: '\\1D07';
}
Preview: Latin Letter Small Capital E

Latin Letter Small Capital E JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-e').textContent = 'ᴇ';
2. Unicode Escape for ᴇ:
document.querySelector('.latin-letter-small-capital-e').textContent = '\u1D07';
Preview: