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