Greek Capital Letter Upsilon
Unicode places the greek capital letter upsilon at code point U+03A5, part of the math family. Copy the Υ with a single click below, then scroll down for every way to type it: the HTML entities, the CSS content escape, the JavaScript escape and the Windows alt code where one exists.
| Symbol | Υ | |
|---|---|---|
| Unicode | U+03A5 | |
| Name | Greek Capital Letter Upsilon | |
| HTML (named) | Υ | |
| HTML (decimal) | Υ | |
| HTML (hex) | Υ | |
| CSS content | \03A5 | |
| JavaScript / JSON | \u03A5 | |
| UTF-8 bytes | 0xCE 0xA5 | |
| UTF-16 units | 0x03A5 |
How to type the greek capital letter upsilon symbol
- Copy and paste: click the Υ at the top of this page, then paste with Ctrl+V (Windows) or Cmd+V (Mac). This is the fastest route on any device.
- HTML: write
Υor the named entityΥin your markup. - CSS: use
content: "\03A5"in a::beforeor::afterrule. - JavaScript: the escape
\u03A5produces this character in a string.
Frequently asked questions
How do I copy the greek capital letter upsilon symbol?
Click the Υ above or the copy button and it is placed on your clipboard. Paste it anywhere with Ctrl+V or Cmd+V. It is a real text character, so it works in documents, chats and code.
What is the Unicode code point for greek capital letter upsilon?
The greek capital letter upsilon has the Unicode code point U+03A5. In HTML you can write it as Υ or Υ, or with the named entity Υ.
Can I use the greek capital letter upsilon symbol in HTML and CSS?
Yes. In HTML write Υ or the named entity Υ, and in CSS use content: "\03A5" inside a ::before or ::after rule. The code table on this page has copy buttons for both.
Related symbols
Browse the full math symbols hub, or return to the searchable symbol grid.