Latin Letter Small Capital Z

Shortcodes

Copy and paste codes for Latin Letter Small Capital Z symbol ᴢ to use in your websites, apps, blogs, and more.

Unicode
U+1D22
HTML Code
ᴢ
HEX Code
ᴢ
CSS Code
\1D22
JS/JSON
\u1D22
Unix/C/PHP/JAVA
0x1D22
URL-encode
%E1%B4%A2
copied

Customize Latin Letter Small Capital Z Symbol

Customize ᴢ symbol as you like and download Latin Letter Small 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 Latin Letter Small Capital Z symbol in HTML, CSS, and JS?

Insert ᴢ Latin Letter Small Capital Z using HTML

1. Copy-paste Latin Letter Small Capital Z directly:
<span>ᴢ</span>
2. HTML Decimal Code:
<span>&#7458;</span>
3. Hexadecimal Code:
<span>&#x1D22;</span>
Preview:

Add Latin Letter Small Capital Z symbol with CSS

.latin-letter-small-capital-z::before {
    content: '\\1D22';
}
Preview: Latin Letter Small Capital Z

Latin Letter Small Capital Z JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-z').textContent = 'ᴢ';
2. Unicode Escape for ᴢ:
document.querySelector('.latin-letter-small-capital-z').textContent = '\u1D22';
Preview: