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