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