HTML Entity/Symbolℤ(DOUBLE-STRUCK CAPITAL Z )

Copy this symbol

DOUBLE-STRUCK CAPITAL Z

Click on any of the following code values to copy to clipboard.

ℤ
ℤ
U+02124
\2124
ℤ

HTML Examples

Using HTML Code value in HTML file

<span> &#8484; </span>

Using HTML Entity value in HTML file

<span> &integers; </span>

CSS Example

Using CSS content code of the HTML entity &integers; to specify in a CSS file

span { 
    content: "\2124";
}
All HTML Symbols