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