free-symbols
ž

Latin Small Letter Z With Caron Letter

ž is the Latin small letter z modified with a caron (háček) and is used in many Central European orthographies.

U+017E

The symbol ž is a distinct Unicode character used to represent a specific “z” sound in several languages. It’s commonly needed in names, words, and language-specific text. Below you’ll find practical ways to copy it and embed it in HTML, CSS, and JavaScript.

Latin Small Letter Z With Caron Letter Meaning

ž is the Unicode character “LATIN SMALL LETTER Z WITH CARON” (U+017E). Visually, it looks like a standard lowercase z with a caron (a small wedge) above it. In writing systems that use the caron, it represents a “z”-related phoneme; the exact pronunciation depends on the language. Because it’s a single, dedicated character, it should be used instead of approximations like “z” or “ž” simulated with separate marks. You may see it in proper names, place names, and everyday vocabulary where the diacritic is required for correct spelling.

Common uses

  • Typing or formatting names that contain ž (e.g., in personal profiles or documents)
  • Writing language-specific words in languages that use the z with caron
  • Correctly rendering brands or product names in multilingual content
  • Use in subtitles, captions, and UI text where diacritics must match the source spelling
  • Developer use for accurate text data entry and display (Unicode-safe strings)

Examples

ž — Latin small letter z with caron

  • žPoznań žije v městě.
  • žJelena odeslala e-mail s názvem: žluťoučký.
  • žBrno má ulice s nápisem: žižkov.
  • žVěra píše: žák potřebuje slovník.
  • žPřečtěte si profil: žanr a životopis.

Variations

Technical codes

UnicodeU+017E
HTML Entityž
HTML Codež
CSS\017E

FAQ

What does the Latin Small Letter Z With Caron letter mean?

ž is the Unicode character “LATIN SMALL LETTER Z WITH CARON” (U+017E). Visually, it looks like a standard lowercase z with a caron (a small wedge) above it. In writing systems that use the caron, it represents a “z”-related phoneme; the exact pronunciation depends on the language. Because it’s a single, dedicated character, it should be used instead of approximations like “z” or “ž” simulated with separate marks. You may see it in proper names, place names, and everyday vocabulary where the diacritic is required for correct spelling.

What Unicode character is ž?

ž is “LATIN SMALL LETTER Z WITH CARON” with Unicode code point U+017E.

How do I copy ž reliably?

Copy the character directly from this page. For web use, you can also use the HTML entity ž.

How can I include ž in HTML?

Use the HTML entity: ž

How do I use ž in CSS or JavaScript?

CSS escape: \\017E. JavaScript escape: \\u{017E}.