LATIN CAPITAL LETTER Z (Z)
Z
Copy Character
Character Encoding
UTF-8
0x5A
UTF-16
0x005A
UTF-32
0x0000005A
Copy & Paste Codes
Unicode Escape
\u{005A}
HTML Entity (Decimal)
Z
HTML Entity (Hex)
Z
CSS Code
\005A
JavaScript/JSON
String.fromCodePoint(0x005A)
Python
chr(0x005A)
Ruby/PHP
chr(0x005A)
Unix, C, PHP, JAVA
0x005A
Perl
chr(0x005A)
URL Encoded
%005a