Ÿ

Technical information

SymbolŸ
NameApplication program command
Unicode numberU+009F
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character U+009F, is known as the "Application Program Command". 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 code used in computing, but it doesn't have a visual symbol or glyph associated with it and hence isn't typically displayed in text. The specific interpretation and usage 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%23159%3B
UTF-8 (hex)0x26 0x23 0x31 0x35 0x39 0x3B
UTF-8 (binary)1001100010001100110001001101010011100100111011
UTF-160x009F
UTF-320x0000009F

Source Code

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

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>&#159;</span>

            
span {
    content: "\009F";
}

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