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