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
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.