Back
Asciify Logo
Asciify

Latin Capital Letter L

Sitting at ASCII code point 76 (0x4C), uppercase 'L' is exactly 32 below its lowercase counterpart 'l' at 108 (0x6C) — the standard single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. It is the 12th letter of the Latin alphabet and appears with moderate frequency in English, though its uppercase form gains extra visibility in abbreviations and proper nouns. In programming, 'L' carries a distinctive role as an integer literal suffix, making it one of the few letters with dedicated meaning outside identifier names.

Latin Letter

Technical Details

Code Example

</>
// Long integer literal suffix
long big = 1000000L;
long long bigger = 1000000000000LL;
unsigned long flags = 0xFFFFFFFFUL;

Common Usage

  • Integer literal suffix: In C, C++, Java, and many other languages, appending 'L' (or lowercase 'l') to a numeric literal marks it as a long integer — e.g., 100L. Style guides overwhelmingly recommend the uppercase form because lowercase 'l' is easily confused with the digit '1' in most monospaced and proportional typefaces alike.

  • Typographic ambiguity: Uppercase 'L', lowercase 'l', and the digit '1' are notoriously similar in many sans-serif fonts such as Helvetica and Arial. This has driven coding-font design choices — typefaces like JetBrains Mono, Fira Code, and Source Code Pro add serifs or distinctive curves to disambiguate the three glyphs. The problem also motivates explicit bans on certain fonts in UI and signage standards.

  • Roman numeral and scientific notation: In Roman numerals, 'L' represents the value 50, appearing in combinations like XL (40) and LXX (70). In metrology, NIST and the international BIPM jointly recommend uppercase 'L' as the preferred symbol for liter — precisely because lowercase 'l' is too easily confused with the digit '1'. This makes 'L' one of the rare cases where a typographic ambiguity problem directly shaped an international scientific standard.

  • Diacritical variants: Uppercase 'L' is the base for several accented and modified forms — Ł (stroke) is a distinct letter in Polish and Sorbian, Ľ (caron) appears in Slovak, Ļ (cedilla) in Latvian, and Ḷ (dot below) in IAST transliteration of Sanskrit. Polish Ł represents a sound close to English /w/ and is sorted separately from plain L in the Polish alphabet.

  • Integer literal suffix: In C, C++, Java, and many other languages, appending 'L' (or lowercase 'l') to a numeric literal marks it as a long integer — e.g., 100L. Style guides overwhelmingly recommend the uppercase form because lowercase 'l' is easily confused with the digit '1' in most monospaced and proportional typefaces alike.

  • Typographic ambiguity: Uppercase 'L', lowercase 'l', and the digit '1' are notoriously similar in many sans-serif fonts such as Helvetica and Arial. This has driven coding-font design choices — typefaces like JetBrains Mono, Fira Code, and Source Code Pro add serifs or distinctive curves to disambiguate the three glyphs. The problem also motivates explicit bans on certain fonts in UI and signage standards.

  • Roman numeral and scientific notation: In Roman numerals, 'L' represents the value 50, appearing in combinations like XL (40) and LXX (70). In metrology, NIST and the international BIPM jointly recommend uppercase 'L' as the preferred symbol for liter — precisely because lowercase 'l' is too easily confused with the digit '1'. This makes 'L' one of the rare cases where a typographic ambiguity problem directly shaped an international scientific standard.

  • Diacritical variants: Uppercase 'L' is the base for several accented and modified forms — Ł (stroke) is a distinct letter in Polish and Sorbian, Ľ (caron) appears in Slovak, Ļ (cedilla) in Latvian, and Ḷ (dot below) in IAST transliteration of Sanskrit. Polish Ł represents a sound close to English /w/ and is sorted separately from plain L in the Polish alphabet.

@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