free-symbols

White Square With Lower Left Quadrant Symbol

A geometric square symbol (U+25F1) featuring a contrasting lower-left quadrant.

U+25F1

◱ is a geometric shapes character with a clear, high-contrast layout. It’s useful when you need a simple visual marker or decorative UI element. You can copy it directly or use its Unicode values in code.

White Square With Lower Left Quadrant Symbol Meaning

◱ is best understood as a geometric marker: a white square with a lower-left quadrant that differs from the rest of the square. Because it’s purely visual and follows a consistent block pattern, it’s commonly used to represent “sectioning” or “a specific corner” in an interface, label, or icon set. People also use it as a lightweight decorative character in headings, captions, and lists, especially when a full graphic isn’t available. As a Unicode character (U+25F1), it’s convenient for designers and developers who want a consistent symbol across text-based environments.

Common uses

  • UI status or category marker in text-based menus and dashboards
  • Decorative bullet or separator in headings, notes, and documentation
  • Icon-like inline indicator for sections (e.g., “lower-left” area) in diagrams
  • Labeling templates where small geometric characters replace custom images
  • Accessibility-friendly text symbols in contexts where images may not load

Examples

◱ White Square with Lower Left Quadrant

  • Section ◱: lower-left configuration
  • Choose ◱ to mark the active quadrant
  • Settings layout ◱ appears in the lower-left panel
  • Progress: ◱ completed
  • Diagram key: ◱ = selected area

Variations

Ready to copy

Technical codes

UnicodeU+25F1
HTML Entity◱
HTML Code◱
CSS\25F1

FAQ

What does the White Square With Lower Left Quadrant symbol mean?

◱ is best understood as a geometric marker: a white square with a lower-left quadrant that differs from the rest of the square. Because it’s purely visual and follows a consistent block pattern, it’s commonly used to represent “sectioning” or “a specific corner” in an interface, label, or icon set. People also use it as a lightweight decorative character in headings, captions, and lists, especially when a full graphic isn’t available. As a Unicode character (U+25F1), it’s convenient for designers and developers who want a consistent symbol across text-based environments.

What Unicode character is ◱?

◱ is the Unicode character “WHITE SQUARE WITH LOWER LEFT QUADRANT” with code point U+25F1.

How do I copy ◱ on the web?

Copy the character directly from this page and paste it into your editor, website, or document.

Can I use ◱ in HTML and CSS?

Yes. Use the HTML entity ◱ or the CSS escape \\25F1.

How do I use ◱ in JavaScript?

You can use the JavaScript escape \\u{25F1} in strings and templates.