Υ
Greek

Greek Capital Letter Upsilon Υ

Greek capital upsilon (Υ) resembles the Latin Y but with a rounder, more open form in many typefaces. It represents the upsilon meson (Υ) in particle physics and is the ancestor of the Latin letters U, V, W, and Y. The capital form is more visually distinctive than the lowercase.

All Representations

Named Entity
Υ
Decimal Code
Υ
Hex Code
Υ
Unicode
U+03A5

Rendered Output

Υ

Υ renders as the character shown above

When to Use Greek Capital Letter Upsilon

Use the capital upsilon entity in particle physics (upsilon meson Υ), Greek-language text, and discussions about the relationship between Greek and Latin alphabets. The capital form has more scientific usage than the lowercase upsilon.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Upsilon;</p>
Decimal reference
<p>Symbol: &#933;</p>
Hex reference
<p>Symbol: &#x3A5;</p>
Inside an HTML attribute
<div title="The Greek Capital Letter Upsilon: &Upsilon;">Hover to see</div>

About the Greek Capital Letter Upsilon Entity

The Greek Capital Letter Upsilon character (Υ) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Upsilon;, the decimal numeric character reference &#933;, or the hexadecimal numeric reference &#x3A5;. The character is assigned Unicode code point U+03A5 in the Universal Character Set.

Greek capital upsilon (Υ) resembles the Latin Y but with a rounder, more open form in many typefaces. It represents the upsilon meson (Υ) in particle physics and is the ancestor of the Latin letters U, V, W, and Y. The capital form is more visually distinctive than the lowercase.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Capital Letter Upsilon character in your HTML documents, the named entity &Upsilon; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#933; and hexadecimal form &#x3A5; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the capital upsilon entity in particle physics (upsilon meson Υ), Greek-language text, and discussions about the relationship between Greek and Latin alphabets. The capital form has more scientific usage than the lowercase upsilon.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.