HTML Entity for Square Original Of Not Equal To (⋥)
Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+22E5
Definition
What Is Square Original Of Not Equal To?
Square original of or not equal to (⋥) is the Unicode character at U+22E5 in Mathematical Operators. Official name: SQUARE ORIGINAL OF OR NOT EQUAL TO. It is a square-style original-of relation that also marks inequality — the dual of ⋤.
Remember
Character ⋥
Unicode U+22E5
Named entity (none)
Hex entity ⋥
Decimal ⋥
CSS escape \22E5
Not the same ⊐ · ⊒ · ⋣
Prefer ⋥ or ⋥ in HTML markup. You can also type ⋥ in UTF-8. For plain square original of, use ⊐ (⊐) instead.
Using Hex Code: ⋑
Using HTML Code: ⋑
Using CSS Entity: ⋑
Typed directly: ⋑
Notation: A ⋑ B
How It Works
1. Hex:U+22E5 → ⋥ in HTML. Preferred numeric form when you need an entity.
2. Decimal: same code point as 8933 → ⋥. Same glyph as hex.
3. CSS: use \22E5 in content (not an HTML entity). #point::after appends that ⋥ after the paragraph text.
4. Typed / notation: paste ⋥ in UTF-8, or write A ⋥ B for a short relation.
5. No named entity: HTML5 does not define a name for U+22E5 — use numeric references or type the character.
Pitfalls & Tips
Common mistakes when working with U+22E5.
vs ⊐
Not plain square original of
U+2290 (⊐, ⊐) is the basic relation. U+22E5 adds the “not equal” sense.
vs ⊒
Not or-equal form
⊒ (U+2292, ⊒) means square original of or equal to — the opposite inequality flavor.
vs ⋣
Not ⋣
⋣ (U+22E3) is “not square original of or equal to.” Different character and different named entity.
Named
No named HTML entity
There is no &sqsupneq; for U+22E5. Use ⋥ or ⋥.
CSS vs HTML
Do not mix escapes
\22E5 belongs in CSS strings. ⋥ / ⋥ belong in HTML.
A11y
Name the relation in context
Screen readers may announce this symbol unevenly. Prefer nearby text when the glyph carries meaning alone.
Compatibility
Browser Support
Square original of or not equal to (U+22E5) and its entity forms (⋥, ⋥, CSS \\22E5) are supported in all mainstream browsers. Visible glyphs depend on Mathematical Operators font coverage.
✓ Universal support
Square Original Of Not Equal To (⋥)
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 ExplorerAll versions
Yes
U+22E5 / entitiesFull support
Bottom line: Prefer ⋥ or ⋥ in HTML. Use \\22E5 only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: this relation is U+22E5 (decimal 8933) — glyph ⋥.
HTML: no named entity — use ⋥ / ⋥ / type ⋥.
CSS: use \22E5 inside content for generated text.
Meaning:⋥ is “or not equal” — not ⊐ (⊐), not ⊒.
One line:U+22E5 → ⋥ / ⋥ / CSS \22E5 (no named entity).
Frequently Asked Questions
Use ⋥ (hex), ⋥ (decimal), type ⋑ directly in UTF-8, or the CSS escape \22E5 in content. There is no named HTML entity.
U+22E5 (SQUARE ORIGINAL OF OR NOT EQUAL TO). Hex 22E5, decimal 8933. It belongs to Mathematical Operators (U+2200–U+22FF).
No. Use numeric references ⋥ or ⋥, or type ⋑ in UTF-8.
No. ⋑ is U+22E5 (square original of or not equal to). ⊐ is U+2290 (⊐). ⊒ is U+2292 (⊒).
Use it when your math notation needs a square-original-of relation that is not equal — not as a substitute for plain ⊐ or ⊒.
HTML entities (⋥ or ⋥) go in markup. The CSS escape \22E5 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Square original of or not equal to is Unicode U+22E5 (decimal 8933) — glyph ⋥ in Mathematical Operators (U+2200–U+22FF). Official name: SQUARE ORIGINAL OF OR NOT EQUAL TO. HTML5 has no named entity — use ⋥ or ⋥. Do not confuse with square original of U+2290 (⊐, ⊐) or square original of or equal to U+2292 (⊒, ⊒).