Halfwidth Forms Light Vertical Letter
│ is the Halfwidth Forms Light Vertical symbol (U+FFE8), a thin vertical line used for spacing and subtle separators.
U+FFE8
The │ symbol is a thin vertical line from the Halfwidth Forms block. It can be useful when you need a light separator or a vertical rule in text. Below you’ll find copy options and the correct codepoint escapes for web and code use.
Halfwidth Forms Light Vertical Letter Meaning
│ (U+FFE8) is called “Halfwidth Forms Light Vertical.” It’s a light vertical line character typically used as a subtle visual separator, divider, or spacing aid in plain text. Because it’s a specific Unicode character (not just a repeated “|”), it may render with a different weight or proportion depending on the font. In layouts like chat messages, UI mockups, or typography experiments, it can help create a cleaner, less heavy divider than the standard vertical bar. Developers can reliably insert it using its Unicode codepoint or the provided HTML entity and escape sequences.
Common uses
- •Use as a light divider in short labels, such as “Status │ Online”
- •Create subtle columns in plain text when vertical alignment matters
- •Design lightweight separators in usernames, tags, or breadcrumb-like strings
- •Add a vertical rule in simple text-based mockups for UI spacing
- •Improve readability in chat logs by separating metadata fields
Examples
│ Halfwidth Forms Light Vertical
- │Name │ Role │ Status
- │Folder │ Document
- │Time │ Date
- │Start │ End
- │CPU │ Memory
Variations
Technical codes
| Unicode | U+FFE8 | |
| HTML Entity | │ | |
| HTML Code | │ | |
| CSS | \FFE8 |
FAQ
What does the Halfwidth Forms Light Vertical letter mean?
│ (U+FFE8) is called “Halfwidth Forms Light Vertical.” It’s a light vertical line character typically used as a subtle visual separator, divider, or spacing aid in plain text. Because it’s a specific Unicode character (not just a repeated “|”), it may render with a different weight or proportion depending on the font. In layouts like chat messages, UI mockups, or typography experiments, it can help create a cleaner, less heavy divider than the standard vertical bar. Developers can reliably insert it using its Unicode codepoint or the provided HTML entity and escape sequences.
What is the Unicode codepoint for │?
The symbol │ is U+FFE8 (Halfwidth Forms Light Vertical).
How do I paste │ on the web using HTML?
You can use the HTML entity: │ (also shown as │ in the provided data as │).
What escape sequences can I use in code?
CSS escape: \\FFE8. JavaScript escape: \\u{FFE8}.
Is │ the same as the standard vertical bar |?
No. │ is a specific Unicode character (Halfwidth Forms Light Vertical) and may render with a different weight or style than the standard vertical bar.