LATIN SMALL LETTER Y WITH DIAERESIS (ÿ)
ÿ
Copy Character
Unicode Code
U+00FF
Codepoint
255
Notes
French, medieval Hungarian orthography
uppercase is 0178
: 0079 0308
Character Encoding
UTF-8
0xC30xBF
UTF-16
0x00FF
UTF-32
0x000000FF
Copy & Paste Codes
Unicode Escape
\u{00FF}
HTML Entity (Decimal)
ÿ
HTML Entity (Hex)
ÿ
CSS Code
\00FF
JavaScript/JSON
String.fromCodePoint(0x00FF)
Python
chr(0x00FF)
Ruby/PHP
chr(0x00FF)
Unix, C, PHP, JAVA
0x00FF
Perl
chr(0x00FF)
URL Encoded
%00ff