FULLWIDTH NOT SIGN (¬)
¬
Copy Character
Character Encoding
UTF-8
0xEF0xBF0xA2
UTF-16
0xFFE2
UTF-32
0x0000FFE2
Copy & Paste Codes
Unicode Escape
\u{FFE2}
HTML Entity (Decimal)
¬
HTML Entity (Hex)
¬
CSS Code
\FFE2
JavaScript/JSON
String.fromCodePoint(0xFFE2)
Python
chr(0xFFE2)
Ruby/PHP
chr(0xFFE2)
Unix, C, PHP, JAVA
0xFFE2
Perl
chr(0xFFE2)
URL Encoded
%ffe2