Modifier Letter Small Z

Shortcodes

Copy and paste codes for Modifier Letter Small Z symbol ᶻ to use in your websites, apps, blogs, and more.

Unicode
U+1DBB
HTML Code
ᶻ
HEX Code
ᶻ
CSS Code
\1DBB
JS/JSON
\u1DBB
Unix/C/PHP/JAVA
0x1DBB
URL-encode
%E1%B6%BB
copied

Customize Modifier Letter Small Z Symbol

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

Insert ᶻ Modifier Letter Small Z using HTML

1. Copy-paste Modifier Letter Small Z directly:
<span>ᶻ</span>
2. HTML Decimal Code:
<span>&#7611;</span>
3. Hexadecimal Code:
<span>&#x1DBB;</span>
Preview:

Add Modifier Letter Small Z symbol with CSS

.modifier-letter-small-z::before {
    content: '\\1DBB';
}
Preview: Modifier Letter Small Z

Modifier Letter Small Z JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-z').textContent = 'ᶻ';
2. Unicode Escape for ᶻ:
document.querySelector('.modifier-letter-small-z').textContent = '\u1DBB';
Preview: