Back
Asciify Logo
Asciify

Latin Capital Letter X

Few letters carry as much symbolic weight as uppercase 'X' — it marks the unknown in algebra, the forbidden in content ratings, the strike in a ballot box, and the target on a treasure map. It sits at ASCII code point 88 (0x58), exactly 32 below its lowercase counterpart 'x' at 120 (0x78), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. In typical English corpora, 'X' is among the rarest uppercase letters in natural prose, yet it saturates technical, scientific, and symbolic contexts from Roman numerals to screen resolutions.

Latin Letter

Technical Details

Code Example

</>
// Hexadecimal literals with 0x prefix
int hex = 0xFF; // 255
int addr = 0x1A2B; // 6699
printf("%X\n", hex); // FF (uppercase)
printf("%x\n", hex); // ff (lowercase)

Common Usage

  • Roman numeral and numbering systems: Uppercase 'X' represents 10 in Roman numerals, forming the backbone of values like XX (20), XL (40), and XC (90) through subtractive notation. It appears in regnal names (Louis X), Super Bowl editions, and clock faces. The same glyph doubles as a generic placeholder in numbering schemes — iPhone X, macOS X — where it may signify either the numeral 10 or an abstract sense of the unknown.

  • Science, geometry, and biology: In physics, 'X-ray' preserves Röntgen's original 1895 naming, where 'X' stood for an unknown type of radiation — a usage now embedded in medicine, security imaging, and crystallography. In coordinate geometry, the x-axis denotes the horizontal axis in Cartesian systems, and uppercase 'X' frequently labels the full axis or a point's horizontal component. In genetics, the X chromosome is one of two sex-determining chromosomes in mammals; its name likewise traces to the 'unknown' convention, assigned by early researchers before its function was understood.

  • Programming and format specifiers: In C-family printf-style formatting, %X outputs an unsigned integer as uppercase hexadecimal (e.g., printf("%X", 255) produces 'FF'), while %x produces lowercase. In many languages, the 0x prefix denoting hexadecimal literals uses lowercase 'x' by convention, though parsers typically accept either case. The escape sequence \x introduces hex byte values in C-style strings and most regex engines. In typography, 'X' is also commonly substituted for the true multiplication sign (×, U+00D7) in plain-text contexts like screen resolutions (1920X1080), and the letter's shape gives its name to 'x-height', the core vertical measurement in type design.

  • Diacritical variants: Uppercase 'X' has a minimal diacritical family in Latin-script orthographies. Ẍ (diaeresis) appears in certain Mayan language romanizations, and Ẋ (dot above) is used in some historical Irish orthographic conventions. In standard European Latin-script languages accented forms of 'X' are virtually nonexistent, though the letter itself appears borrowed into loanwords across many writing systems.

  • Roman numeral and numbering systems: Uppercase 'X' represents 10 in Roman numerals, forming the backbone of values like XX (20), XL (40), and XC (90) through subtractive notation. It appears in regnal names (Louis X), Super Bowl editions, and clock faces. The same glyph doubles as a generic placeholder in numbering schemes — iPhone X, macOS X — where it may signify either the numeral 10 or an abstract sense of the unknown.

  • Science, geometry, and biology: In physics, 'X-ray' preserves Röntgen's original 1895 naming, where 'X' stood for an unknown type of radiation — a usage now embedded in medicine, security imaging, and crystallography. In coordinate geometry, the x-axis denotes the horizontal axis in Cartesian systems, and uppercase 'X' frequently labels the full axis or a point's horizontal component. In genetics, the X chromosome is one of two sex-determining chromosomes in mammals; its name likewise traces to the 'unknown' convention, assigned by early researchers before its function was understood.

  • Programming and format specifiers: In C-family printf-style formatting, %X outputs an unsigned integer as uppercase hexadecimal (e.g., printf("%X", 255) produces 'FF'), while %x produces lowercase. In many languages, the 0x prefix denoting hexadecimal literals uses lowercase 'x' by convention, though parsers typically accept either case. The escape sequence \x introduces hex byte values in C-style strings and most regex engines. In typography, 'X' is also commonly substituted for the true multiplication sign (×, U+00D7) in plain-text contexts like screen resolutions (1920X1080), and the letter's shape gives its name to 'x-height', the core vertical measurement in type design.

  • Diacritical variants: Uppercase 'X' has a minimal diacritical family in Latin-script orthographies. Ẍ (diaeresis) appears in certain Mayan language romanizations, and Ẋ (dot above) is used in some historical Irish orthographic conventions. In standard European Latin-script languages accented forms of 'X' are virtually nonexistent, though the letter itself appears borrowed into loanwords across many 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