ÿ

Technical information

Symbolÿ
NameLatin small letter y with diaeresis
Unicode numberU+00FF
CategoryLatin-1 Supplement9. Letters
DescriptionThe Unicode character ÿ, or U+00FF, is known as the "Latin Small Letter Y with Diaeresis". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is a graphic representation of the small letter 'y' with a diaeresis (¨) placed above it. The "ÿ" is used in certain languages, such as Dutch. In digital communications, it represents the 'ÿ' character as used in the spelling of words in these languages. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entityÿ
HTML Entity (hex)ÿ
HTML Entity (named)ÿ
URL Escape Code%C3%BF
UTF-8 (hex)0xC3 0xBF
UTF-8 (binary)1100001110111111
UTF-160x00FF
UTF-320x000000FF

Source Code

C, C++, and Java"\u00FF"
CSS Code\00FF
JavaScript"\u00FF"
Perl\x{00FF}
Python 2u"\u00FF"
Python 3\u00FF
Ruby\u{00FF}

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

            
span {
    content: "\00FF";
}

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