Mathematical Bold Script Small Z

๐”ƒ

Shortcodes

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

Unicode
U+1D503
HTML Code
𝔃
HEX Code
𝔃
CSS Code
\1D503
JS/JSON
\u1D503
Unix/C/PHP/JAVA
0x1D503
URL-encode
%F0%9D%94%83
copied

Customize Mathematical Bold Script Small Z Symbol

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

Insert ๐”ƒ Mathematical Bold Script Small Z using HTML

1. Copy-paste Mathematical Bold Script Small Z directly:
<span>๐”ƒ</span>
2. HTML Decimal Code:
<span>&#120067;</span>
3. Hexadecimal Code:
<span>&#x1D503;</span>
Preview: ๐”ƒ

Add Mathematical Bold Script Small Z symbol with CSS

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

Mathematical Bold Script Small Z JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-z').textContent = '๐”ƒ';
2. Unicode Escape for ๐”ƒ:
document.querySelector('.mathematical-bold-script-small-z').textContent = '\u1D503';
Preview: ๐”ƒ