Mathematical Bold Fraktur Small U

๐–š

Shortcodes

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

Unicode
U+1D59A
HTML Code
𝖚
HEX Code
𝖚
CSS Code
\1D59A
JS/JSON
\u1D59A
Unix/C/PHP/JAVA
0x1D59A
URL-encode
%F0%9D%96%9A
copied

Customize Mathematical Bold Fraktur Small U Symbol

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

Insert ๐–š Mathematical Bold Fraktur Small U using HTML

1. Copy-paste Mathematical Bold Fraktur Small U directly:
<span>๐–š</span>
2. HTML Decimal Code:
<span>&#120218;</span>
3. Hexadecimal Code:
<span>&#x1D59A;</span>
Preview: ๐–š

Add Mathematical Bold Fraktur Small U symbol with CSS

.mathematical-bold-fraktur-small-u::before {
    content: '\\1D59A';
}
Preview: Mathematical Bold Fraktur Small U

Mathematical Bold Fraktur Small U JavaScript Code

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