^

Technical information

Symbol^
NameCircumflex accent
Unicode numberU+005E
CategoryASCII Table6. ASCII punctuation and symbols
DescriptionThe Unicode character ^, or U+005E, is known as the "Circumflex Accent". It belongs to the "Basic Latin" block and falls under the "Symbol, Modifier" category in the Unicode standard. This character is often used in written languages to indicate a variety of pronunciation phenomena, such as stress, pitch, tone, length, and more. In mathematics and computing, the caret symbol is often used to denote exponentiation. The specific use and appearance of this character can depend on the context in which it is being used.

Encoding

HTML Entity^
HTML Entity (hex)^
HTML Entity (named)^
URL Escape Code%5E
UTF-8 (hex)0x5E
UTF-8 (binary)01011110
UTF-160x005E
UTF-320x0000005E

Source Code

C, C++, and Java"\u005E"
CSS Code\005E
JavaScript"\u005E"
Perl\x{005E}
Python 2u"\u005E"
Python 3\u005E
Ruby\u{005E}

Preview

This Unicode character looks like this ^ in sentence and in bold like this ^ and in italic like this ^.

Font size:

^
12px
^
16px
^
20px
^
28px
^
36px
^
48px
^
72px

CSS Property: font-weight

^
100
^
200
^
300
^
400
^
500
^
600
^
700
^
800
^
900

HTML Forms and Input

input
disabled input
^
input-group
select
button
button

Code examples in HTML and CSS

<span>&#94;</span>

            
span {
    content: "\005E";
}

The symbol in different fonts

^
-apple-system
^
Apple Color Emoji
^
Arial
^
BlinkMacSystemFont
^
Courier New
^
Georgia
^
Droid Sans
^
Helvetica
^
Noto Sans
^
Oxygen
^
Roboto
^
"Segoe UI"
^
sans-serif
^
Segoe UI Emoji
^
Segoe UI Symbol
^
system-ui
^
Times New Roman
^
Ubuntu
^
Verdana

References