Fullwidth Latin Small Letter E

Shortcodes

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

Unicode
U+FF45
HTML Code
e
HEX Code
e
CSS Code
\FF45
JS/JSON
\uFF45
Unix/C/PHP/JAVA
0xFF45
URL-encode
%EF%BD%85
copied

Customize Fullwidth Latin Small Letter E Symbol

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

Insert e Fullwidth Latin Small Letter E using HTML

1. Copy-paste Fullwidth Latin Small Letter E directly:
<span>e</span>
2. HTML Decimal Code:
<span>&#65349;</span>
3. Hexadecimal Code:
<span>&#xFF45;</span>
Preview:

Add Fullwidth Latin Small Letter E symbol with CSS

.fullwidth-latin-small-letter-e::before {
    content: '\\FF45';
}
Preview: Fullwidth Latin Small Letter E

Fullwidth Latin Small Letter E JavaScript Code

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