Black-letter Capital Z

Shortcodes

Copy and paste codes for Black-letter Capital Z symbol ℨ to use in your websites, apps, blogs, and more.

Unicode
U+2128
HTML Code
ℨ
HTML Entity
ℨ
HEX Code
ℨ
CSS Code
\2128
JS/JSON
\u2128
Unix/C/PHP/JAVA
0x2128
URL-encode
%E2%84%A8
copied

Customize Black-letter Capital Z Symbol

Customize ℨ symbol as you like and download Black-letter 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 Black-letter Capital Z symbol in HTML, CSS, and JS?

Insert ℨ Black-letter Capital Z using HTML

1. Copy-paste Black-letter Capital Z directly:
<span>ℨ</span>
2. HTML Decimal Code:
<span>&#8488;</span>
3. HTML Entity:
<span>&Zfr;</span>
4. Hexadecimal Code:
<span>&#x2128;</span>
Preview:

Add Black-letter Capital Z symbol with CSS

.black-letter-capital-z::before {
    content: '\\2128';
}
Preview: Black-letter Capital Z

Black-letter Capital Z JavaScript Code

1. Direct Symbol:
document.querySelector('.black-letter-capital-z').textContent = 'ℨ';
2. Unicode Escape for ℨ:
document.querySelector('.black-letter-capital-z').textContent = '\u2128';
Preview: