Greek Small Letter Psi

ψ

Shortcodes

Copy and paste codes for Greek Small Letter Psi symbol ψ to use in your websites, apps, blogs, and more.

Unicode
U+03C8
HTML Code
ψ
HTML Entity
ψ
HEX Code
ψ
CSS Code
\03C8
JS/JSON
\u03C8
Unix/C/PHP/JAVA
0x03C8
URL-encode
%CF%88
copied

Customize Greek Small Letter Psi Symbol

Customize ψ symbol as you like and download Greek Small Letter Psi 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 Small Letter Psi symbol in HTML, CSS, and JS?

Insert ψ Greek Small Letter Psi using HTML

1. Copy-paste Greek Small Letter Psi directly:
<span>ψ</span>
2. HTML Decimal Code:
<span>&#968;</span>
3. HTML Entity:
<span>&psi;</span>
4. Hexadecimal Code:
<span>&#x3C8;</span>
Preview: ψ

Add Greek Small Letter Psi symbol with CSS

.greek-small-letter-psi::before {
    content: '\\03C8';
}
Preview: Greek Small Letter Psi

Greek Small Letter Psi JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-psi').textContent = 'ψ';
2. Unicode Escape for ψ:
document.querySelector('.greek-small-letter-psi').textContent = '\u03C8';
Preview: ψ