Latin Small Letter Y Letter
The lowercase letter y is a basic Latin character used in everyday writing and programming text.
U+0079
“y” is the Latin small letter Y and belongs to the basic Latin character set. It’s commonly used in words, variable names, and labels across apps and documents. Below you’ll find easy copy options and the exact character codes.
Latin Small Letter Y Letter Meaning
The symbol “y” is simply the lowercase form of the Latin letter Y, represented as Unicode character U+0079. In writing, it appears in many English words (such as “yesterday” or “key”), and it can also occur in names and abbreviations. In technical contexts, “y” is widely used as a variable name, parameter name, or field label in code examples and forms. Because it’s a standard Latin basic character, it behaves consistently across most fonts, operating systems, and web browsers.
Common uses
- •Typing everyday English words that include the letter y
- •Using “y” as a variable name or loop counter in code snippets
- •Labeling form fields or settings options (e.g., “year” shortened to y)
- •Writing abbreviations and identifiers in documents (e.g., “qty” style labels)
- •Creating short handles, tags, or usernames where only lowercase Latin characters are allowed
Examples
y — Latin Small Letter Y
- ymy account
- yyesterday was busy
- yqty: 12
- yx + y = 10
- yyear: 2026
Variations
Technical codes
| Unicode | U+0079 | |
| HTML Entity | y | |
| HTML Code | y | |
| CSS | \0079 |
FAQ
What does the Latin Small Letter Y letter mean?
The symbol “y” is simply the lowercase form of the Latin letter Y, represented as Unicode character U+0079. In writing, it appears in many English words (such as “yesterday” or “key”), and it can also occur in names and abbreviations. In technical contexts, “y” is widely used as a variable name, parameter name, or field label in code examples and forms. Because it’s a standard Latin basic character, it behaves consistently across most fonts, operating systems, and web browsers.
What is the Unicode code point for the letter y?
The Unicode code point for “y” (Latin small letter Y) is U+0079.
How do I write “y” in HTML?
Use the HTML entity: y.
What is the CSS escape for “y”?
In CSS, you can use \\0079.
What JavaScript escape can I use for “y”?
In JavaScript, you can use \\u{0079}.