CIRCUMFLEX ACCENT
^
U+005E
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
005E
Code Point
94
Notes
this is a spacing character
used in ASCII-based representation of exponentiation
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x5E
UTF-16
0x005E
UTF-32
0x0000005E
Copy & Paste Codes
Character
^
Unicode Escape
\u{005E}
HTML Entity (Decimal)
^
HTML Entity (Hex)
^
CSS Code
\005E
JavaScript
String.fromCodePoint(0x005E)
Python
chr(0x005E)