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 UPSILON WITH HOOK SYMBOL
Overview
ϒ (GREEK UPSILON WITH HOOK SYMBOL) is the Unicode character at code point U+03D2. 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+03D2 | |
| decimal | 978 | |
| htmldecimal | ϒ | |
| htmlhex | ϒ | |
| css | \03D2 | |
| javascript | \u{3D2} | |
| python | \u03d2 | |
| java | \u03D2 | |
| go | \u03D2 | |
| ruby | \u{3D2} | |
| rust | \u{3D2} | |
| ccpp | \u03d2 | |
| urlencoded | %CF%92 | |
| utf8bytes | cf 92 | |
| utf16bebytes | 03 d2 | |
| utf32bebytes | 00 00 03 d2 |
How to Use
HTML:
ϒ
CSS:
content: "\03D2"
JavaScript:
"\u{3D2}"
Python:
"\u03d2"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 03A5
Frequently Asked Questions
What is the ϒ character (GREEK UPSILON WITH HOOK SYMBOL)?
ϒ (GREEK UPSILON WITH HOOK SYMBOL) is the Unicode character U+03D2.
What is the Unicode codepoint of GREEK UPSILON WITH HOOK SYMBOL?
The GREEK UPSILON WITH HOOK SYMBOL character (ϒ) has codepoint U+03D2.
How do I type or copy GREEK UPSILON WITH HOOK SYMBOL?
Copy ϒ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.