FOSSFonts

CIRCUMFLEX ACCENT (^)

^

Copy Character

Unicode Code

U+005E

Codepoint

94

Notes

this is a spacing character

used in ASCII-based representation of exponentiation

Character Encoding

UTF-8

0x5E

UTF-16

0x005E

UTF-32

0x0000005E

Copy & Paste Codes

Unicode Escape

\u{005E}

HTML Entity (Decimal)

^

HTML Entity (Hex)

^

CSS Code

\005E

JavaScript/JSON

String.fromCodePoint(0x005E)

Python

chr(0x005E)

Ruby/PHP

chr(0x005E)

Unix, C, PHP, JAVA

0x005E

Perl

chr(0x005E)

URL Encoded

%005e
CIRCUMFLEX ACCENT (^) - U+005E | Unicode | FOSSFonts