HALFWIDTH FORMS LIGHT VERTICAL (│)
│
Copy Character
Character Encoding
UTF-8
0xEF0xBF0xA8
UTF-16
0xFFE8
UTF-32
0x0000FFE8
Copy & Paste Codes
Unicode Escape
\u{FFE8}
HTML Entity (Decimal)
│
HTML Entity (Hex)
│
CSS Code
\FFE8
JavaScript/JSON
String.fromCodePoint(0xFFE8)
Python
chr(0xFFE8)
Ruby/PHP
chr(0xFFE8)
Unix, C, PHP, JAVA
0xFFE8
Perl
chr(0xFFE8)
URL Encoded
%ffe8