copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('z'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
z
LATIN SMALL LETTER Z
Overview
z (LATIN SMALL LETTER Z) is the Unicode character at code point U+007A. It belongs to the Basic Latin block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+007A | |
| decimal | 122 | |
| htmldecimal | z | |
| htmlhex | z | |
| css | \007A | |
| javascript | \u{7A} | |
| python | \u007a | |
| java | \u007A | |
| go | \u007A | |
| ruby | \u{7A} | |
| rust | \u{7A} | |
| ccpp | \u007a | |
| urlencoded | z | |
| utf8bytes | 7a | |
| utf16bebytes | 00 7a | |
| utf32bebytes | 00 00 00 7a |
How to Use
HTML:
z
CSS:
content: "\007A"
JavaScript:
"\u{7A}"
Python:
"\u007a"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the z character (LATIN SMALL LETTER Z)?
z (LATIN SMALL LETTER Z) is the Unicode character U+007A.
What is the Unicode codepoint of LATIN SMALL LETTER Z?
The LATIN SMALL LETTER Z character (z) has codepoint U+007A.
How do I type or copy LATIN SMALL LETTER Z?
Copy z directly, or use the HTML entity, UTF-8, and code encodings shown on this page.