copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('⋃'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
⋃
N-ARY UNION
Overview
⋃ (N-ARY UNION) is the Unicode character at code point U+22C3. It belongs to the Mathematical Operators block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+22C3 | |
| decimal | 8899 | |
| htmldecimal | ⋃ | |
| htmlhex | ⋃ | |
| css | \22C3 | |
| javascript | \u{22C3} | |
| python | \u22c3 | |
| java | \u22C3 | |
| go | \u22C3 | |
| ruby | \u{22C3} | |
| rust | \u{22C3} | |
| ccpp | \u22c3 | |
| urlencoded | %E2%8B%83 | |
| utf8bytes | e2 8b 83 | |
| utf16bebytes | 22 c3 | |
| utf32bebytes | 00 00 22 c3 |
How to Use
HTML:
⋃
CSS:
content: "\22C3"
JavaScript:
"\u{22C3}"
Python:
"\u22c3"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⋃ character (N-ARY UNION)?
⋃ (N-ARY UNION) is the Unicode character U+22C3.
What is the Unicode codepoint of N-ARY UNION?
The N-ARY UNION character (⋃) has codepoint U+22C3.
How do I type or copy N-ARY UNION?
Copy ⋃ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.