Back
Asciify Logo
Asciify

Latin Small Letter X

Despite ranking among the rarest letters in English — roughly 0.15 % of characters in typical corpora — lowercase 'x' carries an outsized symbolic presence, serving as the universal algebraic unknown, a mark for selection or deletion, and part of the 0x prefix used to denote hexadecimal literals. It is the twenty-fourth letter of the Latin alphabet, sitting at ASCII code point 120 (0x78), exactly 32 above its uppercase counterpart 'X' at 88 (0x58), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. Its phonetic values are equally varied, representing consonant clusters, fricatives, and even clicks depending on the language.

Latin Letter

Technical Details

Code Example

</>
// Hex literals and %x format
int hex = 0xFF; // 255
printf("%x\n", hex); // 'ff' (lowercase)
printf("%X\n", hex); // 'FF' (uppercase)
printf("0x%02X\n", 10); // '0x0A'

Common Usage

  • Hex prefix and escape sequences: The character 'x' is central to hexadecimal notation in computing — 0x marks hex literals in C, C++, Java, Python, JavaScript, and most mainstream languages, while \x introduces hex byte escapes in string literals (e.g., \x41 represents 'A'). In C-family printf-style formatting, %x outputs an unsigned integer as lowercase hex digits. This triple role makes 'x' one of the most frequently typed characters in low-level programming despite its rarity in natural language.

  • Algebraic unknown: The convention of using 'x' for an unknown variable traces back to René Descartes' La Géométrie (1637), where he systematically assigned letters from the end of the alphabet (x, y, z) to unknowns and from the beginning (a, b, c) to known quantities. The practice became standard mathematical notation within decades and persists today in everything from classroom equations to machine-learning feature naming.

  • Phonetic range across languages: In English, 'x' most commonly represents the cluster /ks/ (box, mix) or /ɡz/ before stressed vowels (exact, example). Its sound values diverge sharply in other languages — Mandarin Pinyin uses it for the alveolo-palatal fricative /ɕ/, Portuguese maps it to /ʃ/ in many positions, Maltese also uses it for /ʃ/, and in several southern African orthographies 'x' represents a lateral click.

  • Diacritical variants: The letter 'x' has one of the smallest diacritical families among Latin letters. ẋ (dot above) appears in Old Irish transliteration to indicate lenition and in Newtonian notation for time derivatives, while ẍ (diaeresis) is used in some transcription systems for Caucasian languages. Overall, few major Latin-script orthographies require a modified form of 'x', reflecting its limited native presence outside English, Portuguese, and a handful of other writing systems.

  • Hex prefix and escape sequences: The character 'x' is central to hexadecimal notation in computing — 0x marks hex literals in C, C++, Java, Python, JavaScript, and most mainstream languages, while \x introduces hex byte escapes in string literals (e.g., \x41 represents 'A'). In C-family printf-style formatting, %x outputs an unsigned integer as lowercase hex digits. This triple role makes 'x' one of the most frequently typed characters in low-level programming despite its rarity in natural language.

  • Algebraic unknown: The convention of using 'x' for an unknown variable traces back to René Descartes' La Géométrie (1637), where he systematically assigned letters from the end of the alphabet (x, y, z) to unknowns and from the beginning (a, b, c) to known quantities. The practice became standard mathematical notation within decades and persists today in everything from classroom equations to machine-learning feature naming.

  • Phonetic range across languages: In English, 'x' most commonly represents the cluster /ks/ (box, mix) or /ɡz/ before stressed vowels (exact, example). Its sound values diverge sharply in other languages — Mandarin Pinyin uses it for the alveolo-palatal fricative /ɕ/, Portuguese maps it to /ʃ/ in many positions, Maltese also uses it for /ʃ/, and in several southern African orthographies 'x' represents a lateral click.

  • Diacritical variants: The letter 'x' has one of the smallest diacritical families among Latin letters. ẋ (dot above) appears in Old Irish transliteration to indicate lenition and in Newtonian notation for time derivatives, while ẍ (diaeresis) is used in some transcription systems for Caucasian languages. Overall, few major Latin-script orthographies require a modified form of 'x', reflecting its limited native presence outside English, Portuguese, and a handful of other writing systems.

@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