HTML Entity for Uppercase L Turned Sans Serif Capital (⅂)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+2142
Definition
What Is Uppercase L Turned Sans Serif Capital?
Turned sans-serif capital L (⅂) is the Unicode character at U+2142 in Letterlike Symbols. Official name: TURNED SANS-SERIF CAPITAL L — a rotated stylized L used as a special typographic symbol, not as plain letter L.
Remember
Character ⅂
Unicode U+2142
Hex entity ⅂
Decimal ⅂
CSS escape \2142
Named entity (none)
Not the same L · ⅃ · ℒ
Prefer ⅂ or ⅂ in HTML markup. You can also type ⅂ in UTF-8. There is no named entity. For normal words, type plain L instead.
Using Hex Code: ⅂
Using HTML Code: ⅂
Using CSS Entity: ⅂
Typed directly: ⅂
Not plain L or ⅃ (reversed)
How It Works
1. Hex:U+2142 → ⅂ in HTML. The browser turns it into ⅂.
2. Decimal: same code point as 8514 → ⅂. Same result as hex.
3. CSS: use \2142 in content (not an HTML entity). #point::after appends that ⅂ after the paragraph text.
4. Typed / compare: paste ⅂ in UTF-8. Keep plain L and reversed ⅃ as separate characters.
Pitfalls & Tips
Common mistakes when working with U+2142.
Named?
No named entity
HTML5 does not define a named entity for U+2142. Use ⅂ or ⅂.
vs L
Not plain capital L
Keyboard L is U+004C. Use U+2142 only for the turned letterlike symbol.
vs ⅃
Not reversed
⅃ is reversed (mirrored) sans-serif L. ⅂ is turned (rotated). They look different and are separate code points.
vs ℒ
Not script L
ℒ (ℒ) is script capital L (Laplace). Do not swap turned and script forms.
CSS vs HTML
Do not mix escapes
\2142 belongs in CSS strings. ⅂ / ⅂ belong in HTML.
Fonts
Letterlike coverage
Some UI fonts omit Letterlike Symbols. Prefer a font with solid U+2100–U+214F coverage if the glyph is missing.
Compatibility
Browser Support
Turned sans-serif capital L (U+2142) and its entity forms (⅂, ⅂, CSS \\2142) are supported in all mainstream browsers. Visible glyphs depend on Letterlike Symbols font coverage.
✓ Universal support
L Turned Sans Serif Capital (⅂)
Encode with hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerIE 9+
Yes
U+2142 / entitiesFull support
Bottom line: Prefer ⅂ or ⅂ in HTML. Use \\2142 only inside CSS content. There is no named entity. Do not confuse with plain L, ⅃, or ℒ.
Remember
Key Takeaways
Unicode: this symbol is U+2142 (decimal 8514) — glyph ⅂.
HTML: use ⅂ or ⅂ — no named entity; typing ⅂ also works.
Use ⅂ (hex), ⅂ (decimal), type ⅂ directly in UTF-8, or the CSS escape \2142 in content. There is no named HTML entity for U+2142.
U+2142 (TURNED SANS-SERIF CAPITAL L). Hex 2142, decimal 8514. It belongs to Letterlike Symbols (U+2100–U+214F).
No. HTML5 does not define a named entity for this character. Use numeric forms ⅂ or ⅂.
No. ⅂ is turned (rotated) sans-serif capital L (U+2142). Plain L is U+004C. ⅃ is reversed (mirrored) sans-serif capital L (U+2143).
Use it for typographic or special-symbol displays that need a turned sans-serif L — not as a substitute for plain L in normal words.
HTML entities (⅂ or ⅂) go in markup. The CSS escape \2142 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Turned sans-serif capital L (⅂) is Unicode U+2142 (decimal 8514) — TURNED SANS-SERIF CAPITAL L in Letterlike Symbols (U+2100–U+214F). HTML5 has no named entity — use ⅂ or ⅂. It is a rotated stylized L, not plain capital L. Do not confuse with reversed ⅃ (U+2143) or script ℒ (ℒ, U+2112).