ž

Technical information

Symbolž
NamePrivacy message
Unicode numberU+009E
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character ž, or U+009E, is known as the "Privacy Message". It belongs to the "C1 Controls and Latin-1 Supplement" block and falls under the "Control" category in the Unicode standard. This character is a control character used in certain data transmission protocols, specifically to signal the start of a privacy message in telecommunications. As a control character, it is not printable and doesn't have a visible symbol associated with it. The specific usage and impact of this character can depend on the system and application it's being used in.

Encoding

HTML Entityž
HTML Entity (hex)ž
URL Escape Code%26%23158%3B
UTF-8 (hex)0x26 0x23 0x31 0x35 0x38 0x3B
UTF-8 (binary)1001100010001100110001001101010011100000111011
UTF-160x009E
UTF-320x0000009E

Source Code

C, C++, and Java"\u009E"
CSS Code\009E
JavaScript"\u009E"
Perl\x{009E}
Python 2u"\u009E"
Python 3\u009E
Ruby\u{009E}

Preview

This Unicode character looks like this ž in sentence and in bold like this ž and in italic like this ž.

Font size:

ž
12px
ž
16px
ž
20px
ž
28px
ž
36px
ž
48px
ž
72px

CSS Property: font-weight

ž
100
ž
200
ž
300
ž
400
ž
500
ž
600
ž
700
ž
800
ž
900

HTML Forms and Input

input
disabled input
ž
input-group
select
button
button

Code examples in HTML and CSS

<span>&#158;</span>

            
span {
    content: "\009E";
}

The symbol in different fonts

ž
-apple-system
ž
Apple Color Emoji
ž
Arial
ž
BlinkMacSystemFont
ž
Courier New
ž
Georgia
ž
Droid Sans
ž
Helvetica
ž
Noto Sans
ž
Oxygen
ž
Roboto
ž
"Segoe UI"
ž
sans-serif
ž
Segoe UI Emoji
ž
Segoe UI Symbol
ž
system-ui
ž
Times New Roman
ž
Ubuntu
ž
Verdana

References