Greek Capital Letter Psi
Ψ
Shortcodes
Copy useful codes for greek capital letter psi symbol Ψ to use in websites, apps, blogs, and docs.
Unicode
U+03A8 HTML Code
Ψ HTML Entity
Ψ HEX Code
Ψ CSS Code
\03A8 JS/JSON
\u03A8 Unix/C/PHP/JAVA
0x03A8 URL-encode
%CE%A8 Customize Greek Capital Letter Psi
Customize Ψ, download it as SVG or PNG, or copy the generated HTML snippet.
Ψ
How to use Greek Capital Letter Psi Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>Ψ</span> HTML Code:
<span>Ψ</span> HTML Entity:
<span>Ψ</span> HEX Code:
<span>Ψ</span> Add with CSS
.greek-capital-letter-psi::before {
content: '\\03A8';
} Set it in JavaScript
document.querySelector('.greek-capital-letter-psi').textContent = 'Ψ';