free-symbols

Right S-shaped Bag Delimiter Symbol

⟆ is the right-side S-shaped bag delimiter (U+27C6), used as a visual mathematical grouping mark.

U+27C6

⟆ is a math symbol used to show structured grouping, often in paired delimiter sets. It’s compact and useful in typed math or text formatting where you want a distinctive bracket-like shape. This page helps you copy it reliably across HTML, CSS, and JavaScript.

Right S-shaped Bag Delimiter Symbol Meaning

⟆ is named “RIGHT S-SHAPED BAG DELIMITER” (Unicode U+27C6). As a delimiter symbol, it visually indicates grouped content, similar in role to parentheses or other bracket forms, but with an S-shaped “bag” look. In practice, it’s most often seen when authoring or rendering mathematical expressions where custom delimiter styling is desired, such as in typeset documents, formula editors, or symbolic text. Because it’s typically used as a right delimiter, it may appear alongside a matching left delimiter in the same notation.

Common uses

  • Pairing with a left delimiter to mark grouped content in math-style text
  • Typing or pasting into formula notes and documentation that uses Unicode delimiters
  • Designing UI text labels that need a bracket-like symbol with a distinctive look
  • Rendering in web content via HTML/CSS/JS using the provided escapes
  • Using in plain-text technical writing when a specialized math delimiter is preferred

Examples

⟆ Right S-Shaped Bag Delimiter Symbol

  • ⟆x⟆
  • Set notation: {a, b}⟆
  • Expression end: f(x)⟆
  • Grouped term: (a+b)⟆
  • Delimiter pair example: ⟅A⟆

Variations

Ready to copy

Technical codes

UnicodeU+27C6
HTML Entity⟆
HTML Code⟆
CSS\27C6

FAQ

What does the Right S-shaped Bag Delimiter symbol mean?

⟆ is named “RIGHT S-SHAPED BAG DELIMITER” (Unicode U+27C6). As a delimiter symbol, it visually indicates grouped content, similar in role to parentheses or other bracket forms, but with an S-shaped “bag” look. In practice, it’s most often seen when authoring or rendering mathematical expressions where custom delimiter styling is desired, such as in typeset documents, formula editors, or symbolic text. Because it’s typically used as a right delimiter, it may appear alongside a matching left delimiter in the same notation.

What is the Unicode code point for ⟆?

The Unicode code point for ⟆ is U+27C6.

How can I copy ⟆ in HTML?

You can use the HTML entity: ⟆

How do I type ⟆ using CSS or JavaScript escapes?

CSS escape: \\27C6. JavaScript escape: \\u{27C6}.

Is ⟆ a standalone symbol or used as part of a pair?

It’s primarily a right delimiter, so it’s commonly used alongside a matching left delimiter to bracket grouped content.