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' : ''">
⋒
DOUBLE INTERSECTION
Overview
⋒ (DOUBLE INTERSECTION) is the Unicode character at code point U+22D2. 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+22D2 | |
| decimal | 8914 | |
| htmldecimal | ⋒ | |
| htmlhex | ⋒ | |
| css | \22D2 | |
| javascript | \u{22D2} | |
| python | \u22d2 | |
| java | \u22D2 | |
| go | \u22D2 | |
| ruby | \u{22D2} | |
| rust | \u{22D2} | |
| ccpp | \u22d2 | |
| urlencoded | %E2%8B%92 | |
| utf8bytes | e2 8b 92 | |
| utf16bebytes | 22 d2 | |
| utf32bebytes | 00 00 22 d2 |
How to Use
HTML:
⋒
CSS:
content: "\22D2"
JavaScript:
"\u{22D2}"
Python:
"\u22d2"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⋒ character (DOUBLE INTERSECTION)?
⋒ (DOUBLE INTERSECTION) is the Unicode character U+22D2.
What is the Unicode codepoint of DOUBLE INTERSECTION?
The DOUBLE INTERSECTION character (⋒) has codepoint U+22D2.
How do I type or copy DOUBLE INTERSECTION?
Copy ⋒ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.