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