Accented Z characters
Compare 12 verified accented Z characters: 6 uppercase and 6 lowercase forms, with 6 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented Z
Select a character to copy it to your clipboard.
Uppercase
Lowercase
Unicode and HTML values
HTML character references represent the letter in HTML source. On a narrow screen, scroll the table sideways to see every column.
| Character | Case | Diacritic marks | Unicode code point | Official Unicode name | HTML decimal character reference | HTML hexadecimal character reference | Named character reference |
|---|---|---|---|---|---|---|---|
Ź | Uppercase | U+0179 | LATIN CAPITAL LETTER Z WITH ACUTE | Ź | Ź | Ź | |
Ż | Uppercase | U+017B | LATIN CAPITAL LETTER Z WITH DOT ABOVE | Ż | Ż | Ż | |
Ž | Uppercase | U+017D | LATIN CAPITAL LETTER Z WITH CARON | Ž | Ž | Ž | |
Ẑ | Uppercase | U+1E90 | LATIN CAPITAL LETTER Z WITH CIRCUMFLEX | Ẑ | Ẑ | None | |
Ẓ | Uppercase | U+1E92 | LATIN CAPITAL LETTER Z WITH DOT BELOW | Ẓ | Ẓ | None | |
Ẕ | Uppercase | U+1E94 | LATIN CAPITAL LETTER Z WITH LINE BELOW | Ẕ | Ẕ | None | |
ź | Lowercase | U+017A | LATIN SMALL LETTER Z WITH ACUTE | ź | ź | ź | |
ż | Lowercase | U+017C | LATIN SMALL LETTER Z WITH DOT ABOVE | ż | ż | ż | |
ž | Lowercase | U+017E | LATIN SMALL LETTER Z WITH CARON | ž | ž | ž | |
ẑ | Lowercase | U+1E91 | LATIN SMALL LETTER Z WITH CIRCUMFLEX | ẑ | ẑ | None | |
ẓ | Lowercase | U+1E93 | LATIN SMALL LETTER Z WITH DOT BELOW | ẓ | ẓ | None | |
ẕ | Lowercase | U+1E95 | LATIN SMALL LETTER Z WITH LINE BELOW | ẕ | ẕ | None |
Unicode normalization
NFC and NFD show composed and fully decomposed forms of equivalent text. Direct canonical decomposition is a separate mapping and can contain a letter that decomposes further. These are character sequences, not typing instructions.
| Character | NFC sequence | NFD sequence | Canonical decomposition |
|---|---|---|---|
Ź | U+0179 | U+005A + U+0301 | U+005A + U+0301 |
Ż | U+017B | U+005A + U+0307 | U+005A + U+0307 |
Ž | U+017D | U+005A + U+030C | U+005A + U+030C |
Ẑ | U+1E90 | U+005A + U+0302 | U+005A + U+0302 |
Ẓ | U+1E92 | U+005A + U+0323 | U+005A + U+0323 |
Ẕ | U+1E94 | U+005A + U+0331 | U+005A + U+0331 |
ź | U+017A | U+007A + U+0301 | U+007A + U+0301 |
ż | U+017C | U+007A + U+0307 | U+007A + U+0307 |
ž | U+017E | U+007A + U+030C | U+007A + U+030C |
ẑ | U+1E91 | U+007A + U+0302 | U+007A + U+0302 |
ẓ | U+1E93 | U+007A + U+0323 | U+007A + U+0323 |
ẕ | U+1E95 | U+007A + U+0331 | U+007A + U+0331 |
Typing and technical guides
Learn how to use a Unicode value in Word for Windows, or compare identifiers with input methods. Check each guide’s application and font requirements.
Sources
The character records above reference these Unicode and HTML sources.
- Unicode Character Database: PropList.txt
Unicode Consortium, version 17.0.0
- Unicode Character Database: UnicodeData.txt
Unicode Consortium, version 17.0.0
- Unicode Standard Annex #44: Unicode Character Database
Unicode Consortium, version 17.0.0
- Unicode Character Database: Normalization Test Suite
Unicode Consortium, version 17.0.0
- HTML Standard: Named character references
WHATWG