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 SMALL LETTER PSI
Overview
ψ (GREEK SMALL LETTER PSI) is the Unicode character at code point U+03C8. It belongs to the Greek and Coptic block, in the Lowercase Letter (Ll) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03C8 | |
| decimal | 968 | |
| htmldecimal | ψ | |
| htmlhex | ψ | |
| css | \03C8 | |
| javascript | \u{3C8} | |
| python | \u03c8 | |
| java | \u03C8 | |
| go | \u03C8 | |
| ruby | \u{3C8} | |
| rust | \u{3C8} | |
| ccpp | \u03c8 | |
| urlencoded | %CF%88 | |
| utf8bytes | cf 88 | |
| utf16bebytes | 03 c8 | |
| utf32bebytes | 00 00 03 c8 |
How to Use
HTML:
ψ
CSS:
content: "\03C8"
JavaScript:
"\u{3C8}"
Python:
"\u03c8"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ψ character (GREEK SMALL LETTER PSI)?
ψ (GREEK SMALL LETTER PSI) is the Unicode character U+03C8.
What is the Unicode codepoint of GREEK SMALL LETTER PSI?
The GREEK SMALL LETTER PSI character (ψ) has codepoint U+03C8.
How do I type or copy GREEK SMALL LETTER PSI?
Copy ψ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.