copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('\u0060'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
`
GRAVE ACCENT
Overview
` (GRAVE ACCENT) is the Unicode character at code point U+0060. 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+0060 | |
| decimal | 96 | |
| htmldecimal | ` | |
| htmlhex | ` | |
| css | \0060 | |
| javascript | \u{60} | |
| python | \u0060 | |
| java | \u0060 | |
| go | \u0060 | |
| ruby | \u{60} | |
| rust | \u{60} | |
| ccpp | \u0060 | |
| urlencoded | %60 | |
| utf8bytes | 60 | |
| utf16bebytes | 00 60 | |
| utf32bebytes | 00 00 00 60 |
How to Use
HTML:
`
CSS:
content: "\0060"
JavaScript:
"\u{60}"
Python:
"\u0060"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Modifier Symbol (Sk)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the ` character (GRAVE ACCENT)?
` (GRAVE ACCENT) is the Unicode character U+0060.
What is the Unicode codepoint of GRAVE ACCENT?
The GRAVE ACCENT character (`) has codepoint U+0060.
How do I type or copy GRAVE ACCENT?
Copy ` directly, or use the HTML entity, UTF-8, and code encodings shown on this page.