Character Encoding
UTF-8
0xD00x9F
UTF-16
0x041F
UTF-32
0x0000041F
Copy & Paste Codes
Unicode Escape
\u{041F}
HTML Entity (Decimal)
П
HTML Entity (Hex)
П
CSS Code
\041F
JavaScript/JSON
String.fromCodePoint(0x041F)
Python
chr(0x041F)
Ruby/PHP
chr(0x041F)
Unix, C, PHP, JAVA
0x041F
Perl
chr(0x041F)
URL Encoded
%041f