MODIFIER LETTER SMALL S (ˢ)
ˢ
Copy Character
Character Encoding
UTF-8
0xCB0xA2
UTF-16
0x02E2
UTF-32
0x000002E2
Copy & Paste Codes
Unicode Escape
\u{02E2}
HTML Entity (Decimal)
ˢ
HTML Entity (Hex)
ˢ
CSS Code
\02E2
JavaScript/JSON
String.fromCodePoint(0x02E2)
Python
chr(0x02E2)
Ruby/PHP
chr(0x02E2)
Unix, C, PHP, JAVA
0x02E2
Perl
chr(0x02E2)
URL Encoded
%02e2