ASCII 96 — `
The printable character "`" at ASCII code 96.
All Representations
960x600o14001100000`Character Details
| Character | ` |
| Name | ` |
| Decimal | 96 |
| Hexadecimal | 0x60 |
| Octal | 0o140 |
| Binary | 01100000 |
| HTML Entity | ` |
| Category | Symbol |
| Printable | Yes |
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
Explore the Full ASCII Table
Browse all 128 ASCII characters with codes, representations, and detailed references.