RIGHT S-SHAPED BAG DELIMITER
Overview
Delimiters are encoded in pairs, and U+27C6 is the closing half of one: it terminates a bag, the mathematical term for a multiset, whose opening bracket is U+27C5. The general category is Pe (punctuation, close), which is what makes bracket matching, automatic mirroring in right-to-left text, and editor highlighting behave correctly. Its S-shaped profile visually separates bag notation from ordinary set braces so that a reader can tell at a glance whether repeated elements are being counted. Unicode places it in Miscellaneous Mathematical Symbols-A, a block reserved largely for specialised brackets and relations.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+27C6 | |
| decimal | 10182 | |
| htmldecimal | ⟆ | |
| htmlhex | ⟆ | |
| css | \27C6 | |
| javascript | \u{27C6} | |
| python | \u27c6 | |
| java | \u27C6 | |
| go | \u27C6 | |
| ruby | \u{27C6} | |
| rust | \u{27C6} | |
| ccpp | \u27c6 | |
| urlencoded | %E2%9F%86 | |
| utf8bytes | e2 9f 86 | |
| utf16bebytes | 27 c6 | |
| utf32bebytes | 00 00 27 c6 |
How to Use
⟆
content: "\27C6"
"\u{27C6}"
"\u27c6"
Properties
- Script
- Zyyy
- Category
- Close Punctuation (Pe)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
Frequently Asked Questions
What is the ⟆ character (RIGHT S-SHAPED BAG DELIMITER)?
⟆ (RIGHT S-SHAPED BAG DELIMITER) is the Unicode character U+27C6.
What is the Unicode codepoint of RIGHT S-SHAPED BAG DELIMITER?
The RIGHT S-SHAPED BAG DELIMITER character (⟆) has codepoint U+27C6.
How do I type or copy RIGHT S-SHAPED BAG DELIMITER?
Copy ⟆ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.