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' : ''">
̂
COMBINING CIRCUMFLEX ACCENT
Overview
̂ (COMBINING CIRCUMFLEX ACCENT) is the Unicode character at code point U+0302. It belongs to the Combining Diacritical Marks block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0302 | |
| decimal | 770 | |
| htmldecimal | ̂ | |
| htmlhex | ̂ | |
| css | \0302 | |
| javascript | \u{302} | |
| python | \u0302 | |
| java | \u0302 | |
| go | \u0302 | |
| ruby | \u{302} | |
| rust | \u{302} | |
| ccpp | \u0302 | |
| urlencoded | %CC%82 | |
| utf8bytes | cc 82 | |
| utf16bebytes | 03 02 | |
| utf32bebytes | 00 00 03 02 |
How to Use
HTML:
̂
CSS:
content: "\0302"
JavaScript:
"\u{302}"
Python:
"\u0302"
Properties
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ̂ character (COMBINING CIRCUMFLEX ACCENT)?
̂ (COMBINING CIRCUMFLEX ACCENT) is the Unicode character U+0302.
What is the Unicode codepoint of COMBINING CIRCUMFLEX ACCENT?
The COMBINING CIRCUMFLEX ACCENT character (̂) has codepoint U+0302.
How do I type or copy COMBINING CIRCUMFLEX ACCENT?
Copy ̂ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.