FULLWIDTH CENT SIGN (¢)
¢
Copy Character
Character Encoding
UTF-8
0xEF0xBF0xA0
UTF-16
0xFFE0
UTF-32
0x0000FFE0
Copy & Paste Codes
Unicode Escape
\u{FFE0}
HTML Entity (Decimal)
¢
HTML Entity (Hex)
¢
CSS Code
\FFE0
JavaScript/JSON
String.fromCodePoint(0xFFE0)
Python
chr(0xFFE0)
Ruby/PHP
chr(0xFFE0)
Unix, C, PHP, JAVA
0xFFE0
Perl
chr(0xFFE0)
URL Encoded
%ffe0