Back
Asciify Logo
Asciify

Latin Small Letter Y

Straddling the line between vowel and consonant more than any other letter in the English alphabet, lowercase 'y' functions as a consonant at the beginnings of syllables (yes, you, beyond) and as a vowel in other positions (gym, happy, my, rhythm). It is the twenty-fifth letter of the Latin alphabet and accounts for roughly 2 % of characters in typical English corpora. In ASCII it sits at code point 121 (0x79), positioned 32 above its uppercase counterpart 'Y' at 89 (0x59), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs.

Latin Letter

Technical Details

Code Example

</>
// 2D coordinates with x, y
struct Point {
int x;
int y;
};
struct Point p = {10, 20};
printf("(%d, %d)\n", p.x, p.y); // (10, 20)

Common Usage

  • Borrowed from Greek: Unlike most Latin letters that evolved from Phoenician through Etruscan, 'y' was borrowed directly into Latin from Greek upsilon (Υ) around the 1st century BCE to render Greek loanwords containing the rounded front vowel /y/ — a sound not native to Latin. The Romans called it 'y Graeca' (Greek y), a name preserved in Spanish 'i griega' and French 'i grec'. English inherited both the letter and its phonetic flexibility.

  • Date and time formatting: In strftime and similar time-formatting functions across C, Python, Ruby, and most POSIX-compliant systems, %y produces the two-digit year (00–99), while %Y outputs the full four-digit year. This convention dates to early Unix and remains standard in log file naming, timestamp generation, and date serialization across platforms.

  • Suffix prominence: The letter 'y' is among the most frequent word-ending characters in English, appearing in common suffixes like -ly (quickly, happily), -ty (beauty, safety), -ry (history, mystery), and -fy (simplify, notify). This suffix dominance contributes significantly to its overall frequency despite its relative rarity at word beginnings outside a few high-frequency items like 'you', 'your', and 'year'.

  • Diacritical variants: Vietnamese employs its full set of tone diacritics on 'y' — ý (acute), ỳ (grave), ỷ (hook above), ỹ (tilde), ỵ (dot below). In European languages, ý (acute) functions as a distinct letter in Icelandic, Czech, and Slovak; ÿ (diaeresis) appears in French proper nouns such as l'Haÿ-les-Roses; and Welsh uses ŷ (circumflex), ẏ (dot above), ý (acute), and ÿ (diaeresis), reflecting the letter's full vowel status in that language.

  • Borrowed from Greek: Unlike most Latin letters that evolved from Phoenician through Etruscan, 'y' was borrowed directly into Latin from Greek upsilon (Υ) around the 1st century BCE to render Greek loanwords containing the rounded front vowel /y/ — a sound not native to Latin. The Romans called it 'y Graeca' (Greek y), a name preserved in Spanish 'i griega' and French 'i grec'. English inherited both the letter and its phonetic flexibility.

  • Date and time formatting: In strftime and similar time-formatting functions across C, Python, Ruby, and most POSIX-compliant systems, %y produces the two-digit year (00–99), while %Y outputs the full four-digit year. This convention dates to early Unix and remains standard in log file naming, timestamp generation, and date serialization across platforms.

  • Suffix prominence: The letter 'y' is among the most frequent word-ending characters in English, appearing in common suffixes like -ly (quickly, happily), -ty (beauty, safety), -ry (history, mystery), and -fy (simplify, notify). This suffix dominance contributes significantly to its overall frequency despite its relative rarity at word beginnings outside a few high-frequency items like 'you', 'your', and 'year'.

  • Diacritical variants: Vietnamese employs its full set of tone diacritics on 'y' — ý (acute), ỳ (grave), ỷ (hook above), ỹ (tilde), ỵ (dot below). In European languages, ý (acute) functions as a distinct letter in Icelandic, Czech, and Slovak; ÿ (diaeresis) appears in French proper nouns such as l'Haÿ-les-Roses; and Welsh uses ŷ (circumflex), ẏ (dot above), ý (acute), and ÿ (diaeresis), reflecting the letter's full vowel status in that language.

@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