Double-struck Italic Small E

Shortcodes

Copy and paste codes for Double-struck Italic Small E symbol ⅇ to use in your websites, apps, blogs, and more.

Unicode
U+2147
HTML Code
ⅇ
HEX Code
ⅇ
CSS Code
\2147
JS/JSON
\u2147
Unix/C/PHP/JAVA
0x2147
URL-encode
%E2%85%87
copied

Customize Double-struck Italic Small E Symbol

Customize ⅇ symbol as you like and download Double-struck Italic 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 Double-struck Italic Small E symbol in HTML, CSS, and JS?

Insert ⅇ Double-struck Italic Small E using HTML

1. Copy-paste Double-struck Italic Small E directly:
<span>ⅇ</span>
2. HTML Decimal Code:
<span>&#8519;</span>
3. Hexadecimal Code:
<span>&#x2147;</span>
Preview:

Add Double-struck Italic Small E symbol with CSS

.double-struck-italic-small-e::before {
    content: '\\2147';
}
Preview: Double-struck Italic Small E

Double-struck Italic Small E JavaScript Code

1. Direct Symbol:
document.querySelector('.double-struck-italic-small-e').textContent = 'ⅇ';
2. Unicode Escape for ⅇ:
document.querySelector('.double-struck-italic-small-e').textContent = '\u2147';
Preview: