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