Light Vertical Bar (❘) is the Dingbats character at Unicode U+2758 (LIGHT VERTICAL BAR). It is a decorative vertical separator — thicker/lighter in style than the ASCII pipe.
Remember
Character ❘
Unicode U+2758
Named entity ❘
Hex entity ❘
Decimal ❘
CSS escape \2758
Not the same | (|) · │ (U+2502) · ∣ (U+2223)
Prefer ❘ in HTML. Alternatives: ❘ or ❘. For code pipes, use | / | instead.
Using Named: ❘
Using Hex Code: ❘
Using HTML Code: ❘
Using CSS Entity: ❘
One ❘ Two
How It Works
1. Named:❘ is the HTML5 name for U+2758 → ❘. Prefer this for readable source.
2. Hex:U+2758 → ❘ in HTML. Same glyph as named.
3. Decimal: same code point as 10072 → ❘.
4. CSS: use \2758 in content (not an HTML entity). #point::after appends that ❘ after the paragraph text.
5. Case:| is not an alias — it maps to | (U+007C). Keep the capitals in ❘.
Pitfalls & Tips
Common mistakes when working with Light Vertical Bar.
Look-alikes
❘ ≠ |
| / | is U+007C. Use that for code pipes; use this Dingbat for decorative separators.
Case
Capital letters required
Write ❘ exactly — lowercase variants are not defined for this character.
Fonts
Dingbat coverage
Most modern fonts include U+2758, but verify on target devices if the separator is critical.
CSS vs HTML
Do not mix escapes
\2758 belongs in CSS. ❘ / ❘ / ❘ belong in HTML.
A11y
Separators need context
Pair with nearby words (for example Home ❘ Docs) so the divider is not the only cue.
Semicolon
End references
Always finish with ; — write ❘, not &VerticalSeparator.
Compatibility
Browser Support
Light Vertical Bar (U+2758) and its entity forms (❘, ❘, ❘, CSS \\2758) are supported in all modern browsers. Glyph coverage depends on the font.
✓ Universal encoding
Light Vertical Bar (❘)
Encode with named, hex, decimal, or CSS escape — or type ❘ directly in UTF-8 HTML.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes*
U+2758Full support
Bottom line: Prefer ❘ for readable HTML. Use \\2758 only inside CSS content.
Remember
Key Takeaways
Unicode: this symbol is U+2758 (decimal 10072).
HTML: prefer ❘ — also ❘ / ❘.
Use ❘ (named), ❘ (hex), ❘ (decimal), or the CSS escape \2758 in the content property. All render ❘ when the font supports Dingbats.
U+2758 (LIGHT VERTICAL BAR). Hex 2758, decimal 10072. It belongs to Dingbats (U+2700–U+27BF).
Yes. HTML5 defines ❘ for U+2758. Prefer it for readable markup. Note: | is a different character (U+007C).
Use it as a decorative separator or divider in UI labels, nav crumbs, and typography. Prefer ❘ for readable source. For pipes in code, use | / | instead.
HTML entities (❘, ❘, or ❘) go in markup. The CSS escape \2758 is used in stylesheets (usually in the content property of ::before/::after). Both render ❘.
No. ❘ is U+2758 (❘). | is U+007C (|). Entity names are case-sensitive and map to different glyphs.
🤔
Did you know?
Light Vertical Bar is Unicode U+2758 (decimal 10072) — LIGHT VERTICAL BAR in Dingbats. HTML5 named entity: ❘ (capital V and S). Do not confuse it with | / | (U+007C), which is the plain ASCII vertical bar.