`
SymbolPrintableDec 96

ASCII 96 `

The printable character "`" at ASCII code 96.

All Representations

Decimal
96
Hexadecimal
0x60
Octal
0o140
Binary
01100000
HTML Entity
`

Character Details

Character`
Name`
Decimal96
Hexadecimal0x60
Octal0o140
Binary01100000
HTML Entity`
CategorySymbol
PrintableYes

About ASCII 96 (`)

The grave accent (backtick) has become increasingly important in modern programming. In JavaScript ES6+, backticks delimit template literals that support embedded expressions via ${} syntax and multiline strings without concatenation. In Markdown, backticks create inline code spans and fenced code blocks. In Unix shells, backticks perform command substitution (though the modern $() syntax is now preferred). In MySQL, backticks quote database identifiers that might conflict with SQL reserved words. In Go, backticks define raw string literals where backslash escapes are not processed.

Symbol characters in ASCII include mathematical operators, logical notation, and special-purpose marks that serve critical roles across programming, mathematics, and digital communication. Symbols are heavily context-dependent — the same character may act as an arithmetic operator in one language, a regex metacharacter in another, and a shell configuration flag in a third context. This contextual polyvalence makes symbols among the most functionally overloaded characters in computing, requiring careful attention to their meaning in each domain.

In the ASCII encoding table, Grave Accent is assigned code point 96 in decimal (0x60 hexadecimal, 140 octal, 01100000 binary). The 7-bit ASCII standard, first published in 1963 by the American Standards Association, defines exactly 128 characters that remain the foundation of text encoding systems worldwide. UTF-8, the dominant encoding on the modern web, is fully backward compatible with ASCII — every ASCII character is encoded as the identical single byte in UTF-8, guaranteeing that Grave Accent works reliably across all operating systems, programming languages, and internet protocols.

Related ASCII Characters

Nearby ASCII Codes

DecHexOctBinCharName
910x5B0o13301011011[[
920x5C0o13401011100\\
930x5D0o13501011101]]
940x5E0o13601011110^^
950x5F0o13701011111__
960x600o14001100000``
970x610o14101100001aa
980x620o14201100010bb
990x630o14301100011cc
1000x640o14401100100dd
1010x650o14501100101ee

Explore the Full ASCII Table

Browse all 128 ASCII characters with codes, representations, and detailed references.