GRAVE ACCENT
`
U+0060
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
0060
Code Point
96
Aliases
backtick, backquote
Notes
this is a spacing character
in some technical contexts functions as opening quote, paired with apostrophe
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
0x60
UTF-16
0x0060
UTF-32
0x00000060
Copy & Paste Codes
Character
`
Unicode Escape
\u{0060}
HTML Entity (Decimal)
`
HTML Entity (Hex)
`
CSS Code
\0060
JavaScript
String.fromCodePoint(0x0060)
Python
chr(0x0060)