Back
Asciify Logo
Asciify

Latin Capital Letter Y

Occupying a unique phonological niche, uppercase 'Y' is the only letter in standard English that routinely functions as both a consonant ('yes', 'yellow') and a vowel ('gym', 'myth', 'cycle'). It sits at ASCII code point 89 (0x59), exactly 32 below its lowercase counterpart 'y' at 121 (0x79), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. Though relatively infrequent in typical English corpora, 'Y' carries outsized importance in color science, coordinate geometry, and genetics.

Latin Letter

Technical Details

Code Example

</>
// 2D coordinates
struct Point {
int x;
int y;
};
struct Point p = {10, 20}; // x=10, y=20

Common Usage

  • Color science and display technology: In the CMYK printing model, 'Y' stands for yellow, one of the four process inks fundamental to commercial printing. In video engineering, 'Y' denotes the luminance (brightness) component in color spaces such as YCbCr and YUV, which separate brightness from chrominance to exploit human visual perception — a distinction central to JPEG compression, broadcast television standards, and digital video codecs.

  • Science, geometry, and genetics: In Cartesian coordinate systems, the y-axis represents the vertical dimension, and uppercase 'Y' frequently labels the axis itself or a point's vertical component in mathematical notation. In chemistry, 'Y' is the element symbol for yttrium (atomic number 39), a rare-earth metal named after the Swedish village Ytterby. In genetics, the Y chromosome is the smaller of the two sex-determining chromosomes in mammals; its pairing with the X chromosome determines male biological sex in most mammalian species.

  • Programming and string formatting: Uppercase 'Y' has no special metacharacter role in most regex engines, but it features prominently in date-format strings — 'YYYY' or 'YY' typically represents the four-digit or two-digit year in formatting libraries across Java (SimpleDateFormat), Python (strftime), JavaScript (Moment.js, date-fns), and ICU-based systems. The distinction between 'YYYY' (calendar year) and 'yyyy' (week-based year) has caused subtle, widely documented bugs around year boundaries in several frameworks.

  • Diacritical variants: Uppercase 'Y' supports a modest but linguistically important set of accented forms. Ý (acute) is a distinct letter in Icelandic and appears in Czech and Slovak orthography. Ŷ (circumflex) is used in Welsh to mark a long vowel. Ÿ (diaeresis) occurs in French proper nouns such as L'Haÿ-les-Roses, and Ỳ (grave) appears in Vietnamese and Welsh. Despite its small diacritical family, correct rendering matters particularly in Icelandic, where Ý and Y are sorted as separate letters.

  • Color science and display technology: In the CMYK printing model, 'Y' stands for yellow, one of the four process inks fundamental to commercial printing. In video engineering, 'Y' denotes the luminance (brightness) component in color spaces such as YCbCr and YUV, which separate brightness from chrominance to exploit human visual perception — a distinction central to JPEG compression, broadcast television standards, and digital video codecs.

  • Science, geometry, and genetics: In Cartesian coordinate systems, the y-axis represents the vertical dimension, and uppercase 'Y' frequently labels the axis itself or a point's vertical component in mathematical notation. In chemistry, 'Y' is the element symbol for yttrium (atomic number 39), a rare-earth metal named after the Swedish village Ytterby. In genetics, the Y chromosome is the smaller of the two sex-determining chromosomes in mammals; its pairing with the X chromosome determines male biological sex in most mammalian species.

  • Programming and string formatting: Uppercase 'Y' has no special metacharacter role in most regex engines, but it features prominently in date-format strings — 'YYYY' or 'YY' typically represents the four-digit or two-digit year in formatting libraries across Java (SimpleDateFormat), Python (strftime), JavaScript (Moment.js, date-fns), and ICU-based systems. The distinction between 'YYYY' (calendar year) and 'yyyy' (week-based year) has caused subtle, widely documented bugs around year boundaries in several frameworks.

  • Diacritical variants: Uppercase 'Y' supports a modest but linguistically important set of accented forms. Ý (acute) is a distinct letter in Icelandic and appears in Czech and Slovak orthography. Ŷ (circumflex) is used in Welsh to mark a long vowel. Ÿ (diaeresis) occurs in French proper nouns such as L'Haÿ-les-Roses, and Ỳ (grave) appears in Vietnamese and Welsh. Despite its small diacritical family, correct rendering matters particularly in Icelandic, where Ý and Y are sorted as separate letters.

@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