Mathematical Fraktur Small E
๐ข
Shortcodes
Copy useful codes for mathematical fraktur small e symbol ๐ข to use in websites, apps, blogs, and docs.
Unicode
U+1D522 HTML Code
𝔢 HEX Code
𝔢 CSS Code
\1D522 JS/JSON
\u1D522 Unix/C/PHP/JAVA
0x1D522 URL-encode
%F0%9D%94%A2 Customize Mathematical Fraktur Small E
Customize ๐ข, download it as SVG or PNG, or copy the generated HTML snippet.
๐ข
How to use Mathematical Fraktur Small E Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ข</span> HTML Code:
<span>𝔢</span> HEX Code:
<span>𝔢</span> Add with CSS
.mathematical-fraktur-small-e::before {
content: '\\1D522';
} Set it in JavaScript
document.querySelector('.mathematical-fraktur-small-e').textContent = '๐ข';