1-minute answer
` is a standard keyboard character — press ` key (top-left, no shift) on a US keyboard, or copy it from the key above.
01 All shortcuts at a glance
| Platform | Shortcut | |
|---|---|---|
| Standard US keyboard | Press ` key (top-left, no shift) directly — it's a printable key, no code needed |
|
| Windows (any app) | Win+. or Win+; emoji/symbol picker, or Character Map (Win+R → charmap) |
|
| Mac | Control+Command+Space to open Character Viewer, search "Grave Accent" |
|
| Word / Outlook | Type 0060, then press Alt+X |
|
| Linux (IBus) | Ctrl+Shift+U, then 0060, then Enter |
|
| HTML / CSS | ` · \0060 (CSS) |
02 Step by step, per platform
A real, followable procedure for every platform — not a thin restatement of the shortcut.
Any device (US keyboard)
- Press ` key (top-left, no shift) — it's printed on the keycap.
- On other layouts (AZERTY, QWERTZ) the key may be in a different position or need a modifier \xe2\x80\x94 use the picker methods below if you can't find it.
Windows
- Open Character Map: Win+R, type charmap, press Enter.
- Search or scroll for Grave Accent (U+0060).
- Select it, click Copy, then paste where you need it.
Mac
- Press Control+Command+Space to open the Character Viewer.
- Type "Grave Accent" in the search field.
- Double-click the result to insert it.
Microsoft Word
- Type 0060.
- Press Alt+X immediately after — it converts the hex code to `.
03 Characters in this set
04 FAQ
What is the Unicode code point for Grave Accent?
Grave Accent is U+0060. In HTML that's <code>`</code> or <code>`</code>.
Copied to clipboard