FULLWIDTH TILDE (~)
~
Copy Character
Character Encoding
UTF-8
0xEF0xBD0x9E
UTF-16
0xFF5E
UTF-32
0x0000FF5E
Copy & Paste Codes
Unicode Escape
\u{FF5E}
HTML Entity (Decimal)
~
HTML Entity (Hex)
~
CSS Code
\FF5E
JavaScript/JSON
String.fromCodePoint(0xFF5E)
Python
chr(0xFF5E)
Ruby/PHP
chr(0xFF5E)
Unix, C, PHP, JAVA
0xFF5E
Perl
chr(0xFF5E)
URL Encoded
%ff5e