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' : ''">
⟇
OR WITH DOT INSIDE
Overview
⟇ (OR WITH DOT INSIDE) is the Unicode character at code point U+27C7. It belongs to the Miscellaneous Mathematical Symbols-A block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+27C7 | |
| decimal | 10183 | |
| htmldecimal | ⟇ | |
| htmlhex | ⟇ | |
| css | \27C7 | |
| javascript | \u{27C7} | |
| python | \u27c7 | |
| java | \u27C7 | |
| go | \u27C7 | |
| ruby | \u{27C7} | |
| rust | \u{27C7} | |
| ccpp | \u27c7 | |
| urlencoded | %E2%9F%87 | |
| utf8bytes | e2 9f 87 | |
| utf16bebytes | 27 c7 | |
| utf32bebytes | 00 00 27 c7 |
How to Use
HTML:
⟇
CSS:
content: "\27C7"
JavaScript:
"\u{27C7}"
Python:
"\u27c7"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⟇ character (OR WITH DOT INSIDE)?
⟇ (OR WITH DOT INSIDE) is the Unicode character U+27C7.
What is the Unicode codepoint of OR WITH DOT INSIDE?
The OR WITH DOT INSIDE character (⟇) has codepoint U+27C7.
How do I type or copy OR WITH DOT INSIDE?
Copy ⟇ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.