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' : ''">
^
CIRCUMFLEX ACCENT
Overview
^ (CIRCUMFLEX ACCENT) is the Unicode character at code point U+005E. It belongs to the Basic Latin block, in the Modifier Symbol (Sk) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+005E | |
| decimal | 94 | |
| htmldecimal | ^ | |
| htmlhex | ^ | |
| css | \005E | |
| javascript | \u{5E} | |
| python | \u005e | |
| java | \u005E | |
| go | \u005E | |
| ruby | \u{5E} | |
| rust | \u{5E} | |
| ccpp | \u005e | |
| urlencoded | %5E | |
| utf8bytes | 5e | |
| utf16bebytes | 00 5e | |
| utf32bebytes | 00 00 00 5e |
How to Use
HTML:
^
CSS:
content: "\005E"
JavaScript:
"\u{5E}"
Python:
"\u005e"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Modifier Symbol (Sk)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ^ character (CIRCUMFLEX ACCENT)?
^ (CIRCUMFLEX ACCENT) is the Unicode character U+005E.
What is the Unicode codepoint of CIRCUMFLEX ACCENT?
The CIRCUMFLEX ACCENT character (^) has codepoint U+005E.
How do I type or copy CIRCUMFLEX ACCENT?
Copy ^ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.