Mathematical Fraktur Small Z

๐”ท

Shortcodes

Copy and paste codes for Mathematical Fraktur Small Z symbol ๐”ท to use in your websites, apps, blogs, and more.

Unicode
U+1D537
HTML Code
𝔷
HEX Code
𝔷
CSS Code
\1D537
JS/JSON
\u1D537
Unix/C/PHP/JAVA
0x1D537
URL-encode
%F0%9D%94%B7
copied

Customize Mathematical Fraktur Small Z Symbol

Customize ๐”ท symbol as you like and download Mathematical Fraktur Small Z 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 Fraktur Small Z symbol in HTML, CSS, and JS?

Insert ๐”ท Mathematical Fraktur Small Z using HTML

1. Copy-paste Mathematical Fraktur Small Z directly:
<span>๐”ท</span>
2. HTML Decimal Code:
<span>&#120119;</span>
3. Hexadecimal Code:
<span>&#x1D537;</span>
Preview: ๐”ท

Add Mathematical Fraktur Small Z symbol with CSS

.mathematical-fraktur-small-z::before {
    content: '\\1D537';
}
Preview: Mathematical Fraktur Small Z

Mathematical Fraktur Small Z JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-fraktur-small-z').textContent = '๐”ท';
2. Unicode Escape for ๐”ท:
document.querySelector('.mathematical-fraktur-small-z').textContent = '\u1D537';
Preview: ๐”ท