Search
Search for a symbol or emoji...
ο
ο
Omicron Symbol ο
Omicron Symbol Information
| Symbol Name | Omicron |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+03BF |
| CSS Code | \03BF |
| HTML Entity | ο |
| Hex Code | ο |
| HTML Code | ο |
| Latex | o |
| Symbol | ο |
Omicron Symbol in Latex
Omicron
1\documentclass{article}
2\begin{document}
3o
4\end{document}How to add omicron symbol via keyboard on different Operating systems
You can type the omicron symbol on most modern devices with the help of following methods:
How to type omicron symbol on Microsoft Word
You can type the omicron in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 03BF
- Without moving the cursor press keys Alt + x together
- The original 03BF is now transformed into ο
How to type omicron symbol on Microsoft Windows
You can type the omicron on Microsoft windows using following steps:
- Hold Alt and press to type omicron on your windows machine.
How to type omicron symbol on Mac OS
You can type the omicron on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Omicron" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type omicron symbol on Linux
You can type the omicron on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 03BF consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type omicron symbol on IOS and Android
The easiest way to type the omicron symbol on ios and android is to copy and paste it wherever you need it.
How to use omicron in CSS
//CSS Example
1span {
2 content: \03BF;
3 }How to use omicron in HTML
//HTML Example
1<span>ο</span>Omicron symbol representation in programming languages
Omicronsymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{3BF} |
| Ruby | \u{3BF} |
| Python | \u03BF |
| PHP | \u{3BF} |
| Perl | \x{3BF} |
| Java | \u03BF |
| Modern JavaScript - Since ES6 | \u{3BF} |
| JavaScript | \u03BF |
| Go | \u03BF |
| C# | \u03BF |
| C and C++ | \u03BF |
| Bash and Zsh - inside echo -e | \u03BF |
| RFC 5137 | \u'03BF' |
