HTML Entity for Left Semidirect Product (⋋)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+22CB
Definition
What Is the Left Semidirect Product Entity?
Left Semidirect Product (⋋) is the Mathematical Operators character at Unicode U+22CB (LEFT SEMIDIRECT PRODUCT). It is used in group theory and abstract algebra for a left semidirect product.
Remember
Character ⋋
Unicode U+22CB
Hex entity ⋋
Decimal ⋋
Named entity ⋋
CSS escape \22CB
Not the same ⋉ (⋉) · ⋌ (⋌)
All of these produce the same glyph: ⋋. Prefer ⋋ when you want an explicit entity.
Using Hex Code: ⋋
Using HTML Code: ⋋
Using Named Entity: ⋋
Using CSS Entity: ⋋
N ⋋ H
How It Works
1. Hex:U+22CB → ⋋ in HTML. The browser turns it into ⋋.
2. Decimal: same code point as 8907 → ⋋. Same result as hex.
3. Named:⋋ is the HTML5 name for this character.
4. CSS: use \22CB in content (not an HTML entity). #point::after appends that ⋋ after the paragraph text.
Pitfalls & Tips
Common mistakes when working with Left Semidirect Product.
Look-alikes
⋋ ≠ ⋉ ≠ ⋌
⋋, ⋉, and ⋌ are related algebra operators — pick the exact code point your notation needs.
Name
⋋ ≠ ⋉
Different Unicode characters and different HTML5 names. Do not mix them up.
Fonts
Glyph may be missing
Math-operator coverage varies. Test on your target devices or provide a fallback font.
CSS vs HTML
Do not mix escapes
\22CB belongs in CSS. ⋋ / ⋋ / ⋋ belong in HTML.
A11y
Add nearby words
Pair the glyph with label text (for example N ⋋ H) or use aria-label when it stands alone.
Semicolon
End references
Always finish with ; — write ⋋, not <hree.
Compatibility
Browser Support
Left Semidirect Product (U+22CB) and its entity forms (⋋, ⋋, ⋋, CSS \\22CB) are supported in all modern browsers. Glyph coverage depends on the font.
✓ Universal encoding
Left Semidirect Product (⋋)
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+22CB / ⋋Full support
Bottom line: Prefer ⋋ for readable HTML. Use \\22CB only inside CSS content.
Remember
Key Takeaways
Unicode: this symbol is U+22CB (decimal 8907).
HTML: prefer ⋋ — or use ⋋ / ⋋.
Use ⋋ (named), ⋋ (hex), ⋋ (decimal), or the CSS escape \22CB in the content property. You can also type ⋋ directly in UTF-8 HTML.
U+22CB (LEFT SEMIDIRECT PRODUCT). Hex 22CB, decimal 8907. It belongs to the Mathematical Operators block (U+2200–U+22FF).
Yes. ⋋ is the HTML5 named entity. You can also use ⋋ or ⋋.
Use it in group theory and abstract algebra when you need the left semidirect product operator. Prefer ⋋ for readable HTML.
HTML entities (⋋, ⋋, or ⋋) go in markup. The CSS escape \22CB is used in stylesheets (usually in the content property of ::before/::after). Both render ⋋.
⋉ (U+22C9) is LEFT NORMAL FACTOR SEMIDIRECT PRODUCT. ⋌ (U+22CC) is the right semidirect product. ⋋ (U+22CB) is specifically LEFT SEMIDIRECT PRODUCT.
🤔
Did you know?
Left Semidirect Product is Unicode U+22CB (decimal 8907) — LEFT SEMIDIRECT PRODUCT. HTML5 provides ⋋. Prefer it for readable source. Do not confuse it with ⋉ (U+22C9, left normal factor semidirect product) or the right form ⋌ (U+22CC).