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' : ''">
⩀
INTERSECTION WITH DOT
Overview
⩀ (INTERSECTION WITH DOT) is the Unicode character at code point U+2A40. It belongs to the Supplemental Mathematical Operators block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2A40 | |
| decimal | 10816 | |
| htmldecimal | ⩀ | |
| htmlhex | ⩀ | |
| css | \2A40 | |
| javascript | \u{2A40} | |
| python | \u2a40 | |
| java | \u2A40 | |
| go | \u2A40 | |
| ruby | \u{2A40} | |
| rust | \u{2A40} | |
| ccpp | \u2a40 | |
| urlencoded | %E2%A9%80 | |
| utf8bytes | e2 a9 80 | |
| utf16bebytes | 2a 40 | |
| utf32bebytes | 00 00 2a 40 |
How to Use
HTML:
⩀
CSS:
content: "\2A40"
JavaScript:
"\u{2A40}"
Python:
"\u2a40"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⩀ character (INTERSECTION WITH DOT)?
⩀ (INTERSECTION WITH DOT) is the Unicode character U+2A40.
What is the Unicode codepoint of INTERSECTION WITH DOT?
The INTERSECTION WITH DOT character (⩀) has codepoint U+2A40.
How do I type or copy INTERSECTION WITH DOT?
Copy ⩀ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.