copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Υ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Υ
GREEK CAPITAL LETTER UPSILON
Overview
Υ (GREEK CAPITAL LETTER UPSILON) is the Unicode character at code point U+03A5. It belongs to the Greek and Coptic block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03A5 | |
| decimal | 933 | |
| htmldecimal | Υ | |
| htmlhex | Υ | |
| css | \03A5 | |
| javascript | \u{3A5} | |
| python | \u03a5 | |
| java | \u03A5 | |
| go | \u03A5 | |
| ruby | \u{3A5} | |
| rust | \u{3A5} | |
| ccpp | \u03a5 | |
| urlencoded | %CE%A5 | |
| utf8bytes | ce a5 | |
| utf16bebytes | 03 a5 | |
| utf32bebytes | 00 00 03 a5 |
How to Use
HTML:
Υ
CSS:
content: "\03A5"
JavaScript:
"\u{3A5}"
Python:
"\u03a5"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the Υ character (GREEK CAPITAL LETTER UPSILON)?
Υ (GREEK CAPITAL LETTER UPSILON) is the Unicode character U+03A5.
What is the Unicode codepoint of GREEK CAPITAL LETTER UPSILON?
The GREEK CAPITAL LETTER UPSILON character (Υ) has codepoint U+03A5.
How do I type or copy GREEK CAPITAL LETTER UPSILON?
Copy Υ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.