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>&#120046;</span>
HEX Code:
<span>&#x1D4EE;</span>

Add with CSS

.mathematical-bold-script-small-e::before {
  content: '\\1D4EE';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-small-e').textContent = '๐“ฎ';
copied