Greek Small Letter Zeta

ζ

Shortcodes

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

Unicode
U+03B6
HTML Code
ζ
HTML Entity
ζ
HEX Code
ζ
CSS Code
\03B6
JS/JSON
\u03B6
Unix/C/PHP/JAVA
0x03B6
URL-encode
%CE%B6
copied

Customize Greek Small Letter Zeta Symbol

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

Insert ζ Greek Small Letter Zeta using HTML

1. Copy-paste Greek Small Letter Zeta directly:
<span>ζ</span>
2. HTML Decimal Code:
<span>&#950;</span>
3. HTML Entity:
<span>&zeta;</span>
4. Hexadecimal Code:
<span>&#x3B6;</span>
Preview: ζ

Add Greek Small Letter Zeta symbol with CSS

.greek-small-letter-zeta::before {
    content: '\\03B6';
}
Preview: Greek Small Letter Zeta

Greek Small Letter Zeta JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-zeta').textContent = 'ζ';
2. Unicode Escape for ζ:
document.querySelector('.greek-small-letter-zeta').textContent = '\u03B6';
Preview: ζ