You Are Here -

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.

Latin 1 Supplement

Code Snippets

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

What is Unicode character ž?

The Unicode character ž U+009E is Privacy Message in the Latin 1 Supplement block.

What does the Unicode character ž represent?

The Unicode character ž represents Privacy Message.

What is the Unicode code point for ž?

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

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 Privacy Message 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 Common 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 1 Supplement block of characters.

Unicode Properties

Applicable Properties With Values

Age 1.1
Bidi Class Boundary Neutral
Bidi Paired Bracket Type Not a bracket
Block Latin 1 Supplement
General Category Control Character
Grapheme Cluster Break Control Neutral
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Combining Mark
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!