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