Css Styling

Size
ž
15px
ž
18px
ž
21px
ž
24px
ž
27px
ž
30px
ž
33px
ž
36px
ž
42px
ž
48px
ž
54px
ž
60px
ž
66px
ž
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ž
Bold
ž
Italic
ž
Underline
ž
Strikethrough
ž
UpperCase
ž
LowerCase
ž
Oblique
A ž
Subscript
A ž
Superscript
ž
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ž
Arial
ž
Times New Roman
ž
Verdana
ž
Courier New
ž
Garamond
ž
Georgia
ž
Trebuchet MS
ž
Tahoma
ž
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ž
White
ž
Brown
ž
Maroon
ž
Magenta
ž
Red
ž
Orange
ž
Yellow
ž
Green
ž
Teal
ž
Cyan
ž
Blue
ž
Violet
ž
Purple
ž
Indigo
ž
Gray
ž
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ž
White
ž
Brown
ž
Maroon
ž
Magenta
ž
Red
ž
Orange
ž
Yellow
ž
Green
ž
Teal
ž
Cyan
ž
Blue
ž
Violet
ž
Purple
ž
Indigo
ž
Gray
ž
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#382;</p>
📋
CSS .selector { content: '\017E' };
📋
JS var unicodeA = '\u017E ';
📋
CPP char unicodeA = ' \u017E ';
📋
Java char unicodeA = '\u017E';
📋
Python unicodeA = '\u017E'
📋

What is Unicode character ž?

The Unicode character ž U+017E is Latin Small Letter Z With Caron in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ž?

The uppercase equivalent of the Unicode character ž is Ž (U+017D).

Are there any variations of character ž?

Yes, Ž - (U+017D), DŽ - (U+01C4), Dž - (U+01C5), etc. are some variants of character ž.

What does the Unicode character ž represent?

The Unicode character ž represents Latin Small Letter Z With Caron.

What is the Unicode code point for ž?

The Unicode code point for ž is U+017E.

Is the appearance of the ž character consistent across all platforms?

The appearance of the ž character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter Z With Caron remains consistent.

How can I ensure the ž character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ž character.

In which version was Unicode character ž released, and to which block of characters does it belong?

Unicode character ž was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
Decomposition Type Canonical Decomposition
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!