FULLWIDTH YEN SIGN (¥)
¥
Copy Character
Character Encoding
UTF-8
0xEF0xBF0xA5
UTF-16
0xFFE5
UTF-32
0x0000FFE5
Copy & Paste Codes
Unicode Escape
\u{FFE5}
HTML Entity (Decimal)
¥
HTML Entity (Hex)
¥
CSS Code
\FFE5
JavaScript/JSON
String.fromCodePoint(0xFFE5)
Python
chr(0xFFE5)
Ruby/PHP
chr(0xFFE5)
Unix, C, PHP, JAVA
0xFFE5
Perl
chr(0xFFE5)
URL Encoded
%ffe5