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 PSI
Overview
Ψ (GREEK CAPITAL LETTER PSI) is the Unicode character at code point U+03A8. 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+03A8 | |
| decimal | 936 | |
| htmldecimal | Ψ | |
| htmlhex | Ψ | |
| css | \03A8 | |
| javascript | \u{3A8} | |
| python | \u03a8 | |
| java | \u03A8 | |
| go | \u03A8 | |
| ruby | \u{3A8} | |
| rust | \u{3A8} | |
| ccpp | \u03a8 | |
| urlencoded | %CE%A8 | |
| utf8bytes | ce a8 | |
| utf16bebytes | 03 a8 | |
| utf32bebytes | 00 00 03 a8 |
How to Use
HTML:
Ψ
CSS:
content: "\03A8"
JavaScript:
"\u{3A8}"
Python:
"\u03a8"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ψ character (GREEK CAPITAL LETTER PSI)?
Ψ (GREEK CAPITAL LETTER PSI) is the Unicode character U+03A8.
What is the Unicode codepoint of GREEK CAPITAL LETTER PSI?
The GREEK CAPITAL LETTER PSI character (Ψ) has codepoint U+03A8.
How do I type or copy GREEK CAPITAL LETTER PSI?
Copy Ψ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.