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