υ
Greek

Greek Small Letter Upsilon υ

Upsilon is the twentieth letter of the Greek alphabet. It is the ancestor of the Latin letters U, V, W, and Y. In physics, it denotes the upsilon meson (a bottom quark-antiquark pair). Upsilon is less commonly used as a variable name than most other Greek letters due to its visual similarity to Latin letters.

All Representations

Named Entity
υ
Decimal Code
υ
Hex Code
υ
Unicode
U+03C5

Rendered Output

υ

υ renders as the character shown above

When to Use Greek Small Letter Upsilon

Use the upsilon entity in particle physics content (upsilon meson Υ), linguistic discussions of Greek-to-Latin letter evolution, and contexts where the full Greek alphabet is being presented. In most mathematical notation, other Greek letters are preferred over upsilon.

Try It — HTML Examples

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

About the Greek Small Letter Upsilon Entity

The Greek Small 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 &#965;, or the hexadecimal numeric reference &#x3C5;. The character is assigned Unicode code point U+03C5 in the Universal Character Set.

Upsilon is the twentieth letter of the Greek alphabet. It is the ancestor of the Latin letters U, V, W, and Y. In physics, it denotes the upsilon meson (a bottom quark-antiquark pair). Upsilon is less commonly used as a variable name than most other Greek letters due to its visual similarity to Latin letters.

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 Small 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 &#965; and hexadecimal form &#x3C5; 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 upsilon entity in particle physics content (upsilon meson Υ), linguistic discussions of Greek-to-Latin letter evolution, and contexts where the full Greek alphabet is being presented. In most mathematical notation, other Greek letters are preferred over upsilon.

Related Entities

Explore More HTML Entities

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