Greek Capital Letter Upsilon

Υ

Shortcodes

Copy and paste codes for Greek Capital Letter Upsilon symbol Υ to use in your websites, apps, blogs, and more.

Unicode
U+03A5
HTML Code
Υ
HTML Entity
Υ
HEX Code
Υ
CSS Code
\03A5
JS/JSON
\u03A5
Unix/C/PHP/JAVA
0x03A5
URL-encode
%CE%A5
copied

Customize Greek Capital Letter Upsilon Symbol

Customize Υ symbol as you like and download Greek Capital Letter Upsilon as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Υ
 

How to add Greek Capital Letter Upsilon symbol in HTML, CSS, and JS?

Insert Υ Greek Capital Letter Upsilon using HTML

1. Copy-paste Greek Capital Letter Upsilon directly:
<span>Υ</span>
2. HTML Decimal Code:
<span>&#933;</span>
3. HTML Entity:
<span>&Upsilon;</span>
4. Hexadecimal Code:
<span>&#x3A5;</span>
Preview: Υ

Add Greek Capital Letter Upsilon symbol with CSS

.greek-capital-letter-upsilon::before {
    content: '\\03A5';
}
Preview: Greek Capital Letter Upsilon

Greek Capital Letter Upsilon JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-upsilon').textContent = 'Υ';
2. Unicode Escape for Υ:
document.querySelector('.greek-capital-letter-upsilon').textContent = '\u03A5';
Preview: Υ