Mathematical Bold Fraktur Capital Z

๐–…

Shortcodes

Copy and paste codes for Mathematical Bold Fraktur Capital Z symbol ๐–… to use in your websites, apps, blogs, and more.

Unicode
U+1D585
HTML Code
𝖅
HEX Code
𝖅
CSS Code
\1D585
JS/JSON
\u1D585
Unix/C/PHP/JAVA
0x1D585
URL-encode
%F0%9D%96%85
copied

Customize Mathematical Bold Fraktur Capital Z Symbol

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

Insert ๐–… Mathematical Bold Fraktur Capital Z using HTML

1. Copy-paste Mathematical Bold Fraktur Capital Z directly:
<span>๐–…</span>
2. HTML Decimal Code:
<span>&#120197;</span>
3. Hexadecimal Code:
<span>&#x1D585;</span>
Preview: ๐–…

Add Mathematical Bold Fraktur Capital Z symbol with CSS

.mathematical-bold-fraktur-capital-z::before {
    content: '\\1D585';
}
Preview: Mathematical Bold Fraktur Capital Z

Mathematical Bold Fraktur Capital Z JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-fraktur-capital-z').textContent = '๐–…';
2. Unicode Escape for ๐–…:
document.querySelector('.mathematical-bold-fraktur-capital-z').textContent = '\u1D585';
Preview: ๐–