Fullwidth Latin Small Letter E
e
Shortcodes
Copy useful codes for fullwidth latin small letter e symbol e to use in websites, apps, blogs, and docs.
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 Customize Fullwidth Latin Small Letter E
Customize e, download it as SVG or PNG, or copy the generated HTML snippet.
e
How to use Fullwidth Latin Small Letter E Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>e</span> HTML Code:
<span>e</span> HEX Code:
<span>e</span> Add with CSS
.fullwidth-latin-small-letter-e::before {
content: '\\FF45';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-small-letter-e').textContent = 'e';