HTML Entity for Square Image Of Or Equal To (⊑)

Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+2291

What Is Square Image Of Or Equal To?

Square image of or equal to (⊑) is the Unicode character at U+2291 in Mathematical Operators. Official name: SQUARE IMAGE OF OR EQUAL TO. It is a square-style “image of or equal” / subseteq-like relation used in specialized math notation.

Remember
Character     ⊑
Unicode       U+2291
Named entity  ⊑
Hex entity    ⊑
Decimal       ⊑
CSS escape    \2291
Not the same  ⊏ · ⊆ · ⋤

Prefer ⊑ in HTML markup (⊑ and ⊑ are aliases). You can also type ⊑ in UTF-8, or use numeric forms when needed. For plain square image of, use ⊏ (⊏) instead.

Quick Reference

One table for every form you will actually use.

FormCodeWhere it goes
Named entity⊑HTML markup (preferred)
Aliases⊑ · ⊑Same glyph as ⊑
Direct character⊑HTML text (UTF-8)
Hex entity⊑HTML markup
Decimal entity⊑HTML markup
CSS escape\2291Stylesheet content
Square image of (related)⊏ (U+228F)Named ⊏

When to Use Which

SituationUse
Square image of or equal to⊑ or type ⊑
Plain square image of⊏ (⊏)
Ordinary subseteq⊆ (⊆)
Square image of or not equal to⋤
Not square image of or equal to⋢ (⋢)
Generated text via ::before / ::aftercontent: "\2291"

Live Preview

Square image of or equal to rendered alone and next to related relations.

Large glyph ⊑
Notation A ⊑ B
Compared ⊏  |  ⊑  |  ⊆
Hint Compare: Image ⊏ | Or equal ⊑ | Subseteq ⊆
With entities Named: ⊑ | Hex: ⊑ | Decimal: ⊑

Complete HTML Example

One page that shows square image of or equal to with named, hex, decimal, CSS escape, and a typed character. Use View Output or open the live editor.

Named + Hex + Decimal + CSS + Typed

Five ways to produce ⊑, plus a short notation example.

html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Square Image Of Or Equal To (⊑) in HTML</title>
  <style>
    #point::after {
      content: "\2291";
    }
  </style>
</head>
<body>
  <p>Using Named Entity: &sqsube;</p>
  <p>Using Hex Code: &#x2291;</p>
  <p>Using HTML Code: &#8849;</p>
  <p id="point">Using CSS Entity: </p>
  <p>Typed directly: ⊑</p>
  <p>Notation: A &sqsube; B</p>
</body>
</html>
Try It Yourself

How It Works

1. Named: &sqsube; is the HTML5 name for U+2291 → ⊑. Best default in markup.

2. Hex: U+2291 → &#x2291; in HTML. Same glyph as the named form.

3. Decimal: same code point as 8849 → &#8849;. Same result as hex and named.

4. CSS: use \2291 in content (not an HTML entity). #point::after appends that ⊑ after the paragraph text.

5. Typed / notation: paste ⊑ in UTF-8, or write A &sqsube; B for a short relation.

Pitfalls & Tips

Common mistakes when working with &sqsube;.

vs ⊏

Not plain square image of

U+228F (⊏, &sqsub;) is the basic relation. U+2291 adds the “or equal to” sense.

vs ⊆

Not ordinary subseteq

⊆ (U+2286, &sube;) is the common subset-or-equal symbol. U+2291 is the square-style form.

vs ⋤

Not the “not equal” form

⋤ (U+22E4) means square image of or not equal to — a different character with no named entity.

Name

Remember &sqsube;

The named entity is &sqsube; — not &sube; (that is U+2286) and not &sqsub; (U+228F).

CSS vs HTML

Do not mix escapes

\2291 belongs in CSS strings. &sqsube; / &#x2291; / &#8849; belong in HTML.

Semicolon

End named entities

Always finish with ; — write &sqsube;, not &sqsube.

A11y

Name the relation in context

Screen readers may announce the symbol unevenly. Prefer nearby words like “square image of or equal to” when the glyph carries meaning alone.

Browser Support

Square image of or equal to (U+2291) and its entity forms (&sqsube;, &#x2291;, &#8849;, CSS \\2291) are supported in all mainstream browsers. Visible glyphs depend on Mathematical Operators font coverage.

✓ Universal support

Square Image Of Or Equal To (&#x2291;)

Encode with named, hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.

100% Browser coverage
Google Chrome Supported
Yes
Microsoft Edge Supported
Yes
Mozilla Firefox Supported
Yes
Apple Safari Supported
Yes
Opera Supported
Yes
Internet Explorer All versions
Yes
U+2291 / entities Full support

Bottom line: Prefer &sqsube; in HTML. Use &#x2291; / &#8849; when numeric form is required, and \\2291 only inside CSS content.

Key Takeaways

  • Unicode: this relation is U+2291 (decimal 8849) — glyph ⊑.
  • HTML: prefer &sqsube; — also &#x2291; / &#8849; / type ⊑.
  • CSS: use \2291 inside content for generated text.
  • Meaning: ⊑ is “or equal” — not ⊏ (&sqsub;), not ⊆ (&sube;).

One line: U+2291 → &sqsube; / &#x2291; / &#8849; / CSS \2291.

Frequently Asked Questions

Use &sqsube; (named), &#x2291; (hex), &#8849; (decimal), type ⊑ directly in UTF-8, or the CSS escape \2291 in content. Prefer &sqsube; in normal HTML.
U+2291 (SQUARE IMAGE OF OR EQUAL TO). Hex 2291, decimal 8849. It belongs to Mathematical Operators (U+2200–U+22FF).
Yes. Use &sqsube; (aliases &SquareSubsetEqual; and &sqsubseteq;). Numeric forms &#8849; and &#x2291; also work.
No. ⊑ is U+2291 (&sqsube;). ⊏ is U+228F (&sqsub;). ⊆ is U+2286 (&sube;, subset of or equal to).
Use it for square-image-of-or-equal / square-subseteq-style notation in set theory and academic math — not as a substitute for ordinary ⊆.
HTML entities (&sqsube;, &#8849;, or &#x2291;) go in markup. The CSS escape \2291 goes in stylesheet strings (usually content on ::before/::after).

Did you know?

Square image of or equal to is Unicode U+2291 (decimal 8849) — glyph ⊑ in Mathematical Operators (U+2200–U+22FF). HTML5 names it &sqsube; (also &SquareSubsetEqual;, &sqsubseteq;). Official name: SQUARE IMAGE OF OR EQUAL TO. Do not confuse with square image of U+228F (&sqsub;, ⊏) or subset of or equal to U+2286 (&sube;, ⊆).

Next: Square Original Of

Learn the HTML entity for square original of (U+2290).

Continue tutorial →

About the author

Mari Selvan M P
Mari Selvan M P 🔗

Developer, cloud engineer, and technical writer

  • Experience 12 years building web and cloud systems
  • Focus Full Stack Development, AWS, and Developer Education

I write practical tutorials so students and working developers can learn by doing—from databases and APIs to deployment on AWS.

8 people found this page helpful