LATIN SMALL LETTER Y WITH DIAERESIS
ÿ
U+00FF
Code
00FF
Code Point
255
Notes
French, medieval Hungarian orthography
uppercase is 0178
: 0079 0308
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C1 Controls and Latin-1 Supplement (Latin-1 Supplement)
Character Encoding
UTF-8
0xC30xBF
UTF-16
0x00FF
UTF-32
0x000000FF
Copy & Paste Codes
Character
ÿ
Unicode Escape
\u{00FF}
HTML Entity (Decimal)
ÿ
HTML Entity (Hex)
ÿ
CSS Code
\00FF
JavaScript
String.fromCodePoint(0x00FF)
Python
chr(0x00FF)