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