Technical information
Symbol | | |
Name | Privacy message | |
Unicode number | U+009E | |
Category | Latin-1 Supplement1. C1 controls |
Description | The 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-16 | 0x009E | |
UTF-32 | 0x0000009E |
Source Code
C, C++, and Java | "\u009E" | |
CSS Code | \009E | |
JavaScript | "\u009E" | |
Perl | \x{009E} | |
Python 2 | u"\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 .
input-group
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
select
button
button
Code examples in HTML and CSS
<span>ž</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