Mathematical Script Small Z

๐“

Shortcodes

Copy and paste codes for Mathematical Script Small Z symbol ๐“ to use in your websites, apps, blogs, and more.

Unicode
U+1D4CF
HTML Code
𝓏
HEX Code
𝓏
CSS Code
\1D4CF
JS/JSON
\u1D4CF
Unix/C/PHP/JAVA
0x1D4CF
URL-encode
%F0%9D%93%8F
copied

Customize Mathematical Script Small Z Symbol

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

Insert ๐“ Mathematical Script Small Z using HTML

1. Copy-paste Mathematical Script Small Z directly:
<span>๐“</span>
2. HTML Decimal Code:
<span>&#120015;</span>
3. Hexadecimal Code:
<span>&#x1D4CF;</span>
Preview: ๐“

Add Mathematical Script Small Z symbol with CSS

.mathematical-script-small-z::before {
    content: '\\1D4CF';
}
Preview: Mathematical Script Small Z

Mathematical Script Small Z JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-script-small-z').textContent = '๐“';
2. Unicode Escape for ๐“:
document.querySelector('.mathematical-script-small-z').textContent = '\u1D4CF';
Preview: ๐“