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 ZETA
Overview
ζ (GREEK SMALL LETTER ZETA) is the Unicode character at code point U+03B6. 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+03B6 | |
| decimal | 950 | |
| htmldecimal | ζ | |
| htmlhex | ζ | |
| css | \03B6 | |
| javascript | \u{3B6} | |
| python | \u03b6 | |
| java | \u03B6 | |
| go | \u03B6 | |
| ruby | \u{3B6} | |
| rust | \u{3B6} | |
| ccpp | \u03b6 | |
| urlencoded | %CE%B6 | |
| utf8bytes | ce b6 | |
| utf16bebytes | 03 b6 | |
| utf32bebytes | 00 00 03 b6 |
How to Use
HTML:
ζ
CSS:
content: "\03B6"
JavaScript:
"\u{3B6}"
Python:
"\u03b6"
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 ZETA)?
ζ (GREEK SMALL LETTER ZETA) is the Unicode character U+03B6.
What is the Unicode codepoint of GREEK SMALL LETTER ZETA?
The GREEK SMALL LETTER ZETA character (ζ) has codepoint U+03B6.
How do I type or copy GREEK SMALL LETTER ZETA?
Copy ζ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.