z

Technical information

Symbolz
NameLatin small letter z
Unicode numberU+007A
CategoryASCII Table7. Lowercase Latin alphabet
DescriptionThe Unicode character z, or U+007A, is known as the "Latin Small Letter Z". It belongs to the "Basic Latin" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is the lowercase version of the letter Z, the 26th and final letter of the modern English alphabet. It represents the voiced dental fricative sound, akin to the "z" in "zebra". In written English and many other languages that use the Latin script, the letter "z" is used in various words, names, and contexts. The specific visual representation and pronunciation of this character can vary depending on the language and context in which it's used. Its appearance can also differ based on the font and typography used.

Encoding

HTML Entityz
HTML Entity (hex)z
URL Escape Codez
UTF-8 (hex)0x7A
UTF-8 (binary)01111010
UTF-160x007A
UTF-320x0000007A

Source Code

C, C++, and Java"\u007A"
CSS Code\007A
JavaScript"\u007A"
Perl\x{007A}
Python 2u"\u007A"
Python 3\u007A
Ruby\u{007A}

Preview

This Unicode character looks like this z in sentence and in bold like this z and in italic like this z.

Font size:

z
12px
z
16px
z
20px
z
28px
z
36px
z
48px
z
72px

CSS Property: font-weight

z
100
z
200
z
300
z
400
z
500
z
600
z
700
z
800
z
900

HTML Forms and Input

input
disabled input
z
input-group
select
button
button

Code examples in HTML and CSS

<span>&#122;</span>

            
span {
    content: "\007A";
}

The symbol in different fonts

z
-apple-system
z
Apple Color Emoji
z
Arial
z
BlinkMacSystemFont
z
Courier New
z
Georgia
z
Droid Sans
z
Helvetica
z
Noto Sans
z
Oxygen
z
Roboto
z
"Segoe UI"
z
sans-serif
z
Segoe UI Emoji
z
Segoe UI Symbol
z
system-ui
z
Times New Roman
z
Ubuntu
z
Verdana

References