Mathematical Bold Script Small E
๐ฎ
Shortcodes
Copy useful codes for mathematical bold script small e symbol ๐ฎ to use in websites, apps, blogs, and docs.
Unicode
U+1D4EE HTML Code
𝓮 HEX Code
𝓮 CSS Code
\1D4EE JS/JSON
\u1D4EE Unix/C/PHP/JAVA
0x1D4EE URL-encode
%F0%9D%93%AE Customize Mathematical Bold Script Small E
Customize ๐ฎ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฎ
How to use Mathematical Bold Script 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-bold-script-small-e::before {
content: '\\1D4EE';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-e').textContent = '๐ฎ';