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 OMICRON
Overview
ο (GREEK SMALL LETTER OMICRON) is the Unicode character at code point U+03BF. 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+03BF | |
| decimal | 959 | |
| htmldecimal | ο | |
| htmlhex | ο | |
| css | \03BF | |
| javascript | \u{3BF} | |
| python | \u03bf | |
| java | \u03BF | |
| go | \u03BF | |
| ruby | \u{3BF} | |
| rust | \u{3BF} | |
| ccpp | \u03bf | |
| urlencoded | %CE%BF | |
| utf8bytes | ce bf | |
| utf16bebytes | 03 bf | |
| utf32bebytes | 00 00 03 bf |
How to Use
HTML:
ο
CSS:
content: "\03BF"
JavaScript:
"\u{3BF}"
Python:
"\u03bf"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the ο character (GREEK SMALL LETTER OMICRON)?
ο (GREEK SMALL LETTER OMICRON) is the Unicode character U+03BF.
What is the Unicode codepoint of GREEK SMALL LETTER OMICRON?
The GREEK SMALL LETTER OMICRON character (ο) has codepoint U+03BF.
How do I type or copy GREEK SMALL LETTER OMICRON?
Copy ο directly, or use the HTML entity, UTF-8, and code encodings shown on this page.