LEFT SQUARE BRACKET WITH STROKE (⹕)
⹕
Copy Character
Character Encoding
UTF-8
0xE20xB90x95
UTF-16
0x2E55
UTF-32
0x00002E55
Copy & Paste Codes
Unicode Escape
\u{2E55}
HTML Entity (Decimal)
⹕
HTML Entity (Hex)
⹕
CSS Code
\2E55
JavaScript/JSON
String.fromCodePoint(0x2E55)
Python
chr(0x2E55)
Ruby/PHP
chr(0x2E55)
Unix, C, PHP, JAVA
0x2E55
Perl
chr(0x2E55)
URL Encoded
%2e55