Square image of or not equal to (⋤) is the Unicode character at U+22E4 in Mathematical Operators. Official name: SQUARE IMAGE OF OR NOT EQUAL TO. It is a square-style image-of relation that also marks inequality.
Remember
Character ⋤
Unicode U+22E4
Named entity (none)
Hex entity ⋤
Decimal ⋤
CSS escape \22E4
Not the same ⊏ · ⊑ · ⋢
Prefer ⋤ or ⋤ in HTML markup. You can also type ⋤ in UTF-8. For plain square image of, use ⊏ (⊏) instead.
Using Hex Code: ⋤
Using HTML Code: ⋤
Using CSS Entity: ⋤
Typed directly: ⋤
Notation: A ⋤ B
How It Works
1. Hex:U+22E4 → ⋤ in HTML. Preferred numeric form when you need an entity.
2. Decimal: same code point as 8932 → ⋤. Same glyph as hex.
3. CSS: use \22E4 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+22E4 — use numeric references or type the character.
Pitfalls & Tips
Common mistakes when working with U+22E4.
vs ⊏
Not plain square image of
U+228F (⊏, ⊏) is the basic relation. U+22E4 adds the “not equal” sense.
vs ⊑
Not or-equal form
⊑ (U+2291, ⊑) means square image of or equal to — the opposite inequality flavor.
vs ⋢
Not ⋢
⋢ (U+22E2) is “not square image of or equal to.” Different character and different named entity.
Named
No named HTML entity
There is no &sqsubneq; for U+22E4. Use ⋤ or ⋤.
CSS vs HTML
Do not mix escapes
\22E4 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 image of or not equal to (U+22E4) and its entity forms (⋤, ⋤, CSS \\22E4) are supported in all mainstream browsers. Visible glyphs depend on Mathematical Operators font coverage.
✓ Universal support
Square Image 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+22E4 / entitiesFull support
Bottom line: Prefer ⋤ or ⋤ in HTML. Use \\22E4 only inside CSS content. There is no named entity.
Remember
Key Takeaways
Unicode: this relation is U+22E4 (decimal 8932) — glyph ⋤.
HTML: no named entity — use ⋤ / ⋤ / type ⋤.
CSS: use \22E4 inside content for generated text.
Meaning:⋤ is “or not equal” — not ⊏ (⊏), not ⊑.
One line:U+22E4 → ⋤ / ⋤ / CSS \22E4 (no named entity).
Frequently Asked Questions
Use ⋤ (hex), ⋤ (decimal), type ⋤ directly in UTF-8, or the CSS escape \22E4 in content. There is no named HTML entity.
U+22E4 (SQUARE IMAGE OF OR NOT EQUAL TO). Hex 22E4, decimal 8932. It belongs to Mathematical Operators (U+2200–U+22FF).
No. Use numeric references ⋤ or ⋤, or type ⋤ in UTF-8.
No. ⋤ is U+22E4 (square image of or not equal to). ⊏ is U+228F (⊏). ⊑ is U+2291 (⊑).
Use it when your math notation needs a square-image-of relation that is not equal — not as a substitute for plain ⊏ or ⊑.
HTML entities (⋤ or ⋤) go in markup. The CSS escape \22E4 goes in stylesheet strings (usually content on ::before/::after).
🤔
Did you know?
Square image of or not equal to is Unicode U+22E4 (decimal 8932) — glyph ⋤ in Mathematical Operators (U+2200–U+22FF). Official name: SQUARE IMAGE OF OR NOT EQUAL TO. HTML5 has no named entity — use ⋤ or ⋤. Do not confuse with square image of U+228F (⊏, ⊏) or square image of or equal to U+2291 (⊑, ⊑).