Mathematical Bold Fraktur Small E

๐–Š

Shortcodes

Copy and paste codes for Mathematical Bold Fraktur Small E symbol ๐–Š to use in your websites, apps, blogs, and more.

Unicode
U+1D58A
HTML Code
𝖊
HEX Code
𝖊
CSS Code
\1D58A
JS/JSON
\u1D58A
Unix/C/PHP/JAVA
0x1D58A
URL-encode
%F0%9D%96%8A
copied

Customize Mathematical Bold Fraktur Small E Symbol

Customize ๐–Š symbol as you like and download Mathematical Bold Fraktur Small 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 Mathematical Bold Fraktur Small E symbol in HTML, CSS, and JS?

Insert ๐–Š Mathematical Bold Fraktur Small E using HTML

1. Copy-paste Mathematical Bold Fraktur Small E directly:
<span>๐–Š</span>
2. HTML Decimal Code:
<span>&#120202;</span>
3. Hexadecimal Code:
<span>&#x1D58A;</span>
Preview: ๐–Š

Add Mathematical Bold Fraktur Small E symbol with CSS

.mathematical-bold-fraktur-small-e::before {
    content: '\\1D58A';
}
Preview: Mathematical Bold Fraktur Small E

Mathematical Bold Fraktur Small E JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-fraktur-small-e').textContent = '๐–Š';
2. Unicode Escape for ๐–Š:
document.querySelector('.mathematical-bold-fraktur-small-e').textContent = '\u1D58A';
Preview: ๐–Š