Back
Asciify Logo
Asciify

Latin Capital Letter Q

Among the least frequently used letters in English, uppercase 'Q' is nevertheless instantly recognizable for its near-obligatory pairing with 'u' — a spelling convention inherited from Latin that persists across most European orthographies. It occupies ASCII code point 81 (0x51), exactly 32 below its lowercase counterpart 'q' at 113 (0x71), preserving the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. Despite its rarity in running text, 'Q' carries outsized visibility in abbreviations like QA, QR, and SQL, and serves as a standard symbol in both mathematics and physics.

Latin Letter

Technical Details

Code Example

</>
// Queue implementation with STL
#include <queue>
std::queue<int> q;
q.push(1);
q.push(2);
int front = q.front(); // 1 (FIFO)
q.pop();

Common Usage

  • Mathematical and scientific notation: In mathematics, the blackboard bold ℚ denotes the set of rational numbers, derived from the word 'quotient' — a foundational symbol in number theory and analysis. In physics, uppercase 'Q' is the standard symbol for heat in thermodynamics and for electric charge in electromagnetism (measured in coulombs), making it one of the most frequently encountered single-letter symbols across STEM curricula.

  • Regex and framework conventions: In many Perl-compatible and Java regex engines, the sequence \Q begins a quoted literal span (disabling metacharacters) that ends with \E. Outside regex, uppercase 'Q' prefixes class names throughout the Qt framework (QString, QWidget), making it one of the few letters strongly associated with a specific software ecosystem.

  • Typographic distinctiveness: Uppercase 'Q' is often considered one of the most expressive glyphs in Latin typography, distinguished by its tail — a descending or sweeping stroke that extends from the bowl. Type designers frequently use the 'Q' tail as a showcase element; its length, curvature, and attachment point vary dramatically across serif, sans-serif, and display typefaces.

  • Diacritical variants: Uppercase 'Q' has a minimal diacritical family in modern orthographies, though Q̃ (tilde) appears in some historical Portuguese texts and transcription systems. In transliterations of Semitic languages, Q often represents a uvular or emphatic stop without added diacritics, while Qʼ (with a modifier apostrophe) marks an ejective in Caucasian and Mayan language romanizations.

  • Mathematical and scientific notation: In mathematics, the blackboard bold ℚ denotes the set of rational numbers, derived from the word 'quotient' — a foundational symbol in number theory and analysis. In physics, uppercase 'Q' is the standard symbol for heat in thermodynamics and for electric charge in electromagnetism (measured in coulombs), making it one of the most frequently encountered single-letter symbols across STEM curricula.

  • Regex and framework conventions: In many Perl-compatible and Java regex engines, the sequence \Q begins a quoted literal span (disabling metacharacters) that ends with \E. Outside regex, uppercase 'Q' prefixes class names throughout the Qt framework (QString, QWidget), making it one of the few letters strongly associated with a specific software ecosystem.

  • Typographic distinctiveness: Uppercase 'Q' is often considered one of the most expressive glyphs in Latin typography, distinguished by its tail — a descending or sweeping stroke that extends from the bowl. Type designers frequently use the 'Q' tail as a showcase element; its length, curvature, and attachment point vary dramatically across serif, sans-serif, and display typefaces.

  • Diacritical variants: Uppercase 'Q' has a minimal diacritical family in modern orthographies, though Q̃ (tilde) appears in some historical Portuguese texts and transcription systems. In transliterations of Semitic languages, Q often represents a uvular or emphatic stop without added diacritics, while Qʼ (with a modifier apostrophe) marks an ejective in Caucasian and Mayan language romanizations.

@workani&@alexluthor
Privacy & legal

Privacy

No accounts, no ads, no tracking cookies, and no cross-site tracking. The only analytics we keep are faceless — anonymous, aggregated counts of pages and searches, never tied to you. We store no IP addresses, set no tracking cookies, and build no profiles. Cloudflare hosts the site and handles requests for delivery and security.

Full privacy policy·Extension privacy·legal@asciify.dev

Attributions & licenses

Twemoji
© Twitter, Inc and other contributors · CC-BY 4.0
Noto Color Emoji
© Google · Apache 2.0
Fluent UI Emoji
© Microsoft · MIT
OpenMoji
© HfG Schwäbisch Gmünd · CC-BY-SA 4.0
Toss Face
© Viva Republica (Toss) · SIL OFL 1.1
JoyPixels
© JoyPixels Inc. · Free Limited Use License
SerenityOS Emoji
© The SerenityOS Developers · BSD-2-Clause
EmojiTwo
© EmojiTwo contributors · CC-BY 4.0
Apple Color Emoji
© Apple, Inc.
Facebook Emoji
© Meta Platforms, Inc.

Apple and Facebook emoji styles are proprietary and shown here solely for reference and comparison — a common-sense application of nominative-use / fair-use principles. asciify is not affiliated with, endorsed by, or sponsored by Apple, Inc., Meta Platforms, Inc., or any other rights holder listed above. If a rights holder requests removal of their emoji style from this site, it will be removed.

All other vendor emoji are reproduced for reference and comparison under their respective open licenses listed above.

Character names and code points from the Unicode® Standard. Unicode® and the Unicode Logo are registered trademarks of Unicode, Inc.

Privacy
© asciify.dev 2025-2026