Greek Small Letter Omega

ω

Shortcodes

Copy and paste codes for Greek Small Letter Omega symbol ω to use in your websites, apps, blogs, and more.

Unicode
U+03C9
HTML Code
ω
HTML Entity
ω
HEX Code
ω
CSS Code
\03C9
JS/JSON
\u03C9
Unix/C/PHP/JAVA
0x03C9
URL-encode
%CF%89
copied

Customize Greek Small Letter Omega Symbol

Customize ω symbol as you like and download Greek Small Letter Omega as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ω
 

How to add Greek Small Letter Omega symbol in HTML, CSS, and JS?

Insert ω Greek Small Letter Omega using HTML

1. Copy-paste Greek Small Letter Omega directly:
<span>ω</span>
2. HTML Decimal Code:
<span>&#969;</span>
3. HTML Entity:
<span>&omega;</span>
4. Hexadecimal Code:
<span>&#x3C9;</span>
Preview: ω

Add Greek Small Letter Omega symbol with CSS

.greek-small-letter-omega::before {
    content: '\\03C9';
}
Preview: Greek Small Letter Omega

Greek Small Letter Omega JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-omega').textContent = 'ω';
2. Unicode Escape for ω:
document.querySelector('.greek-small-letter-omega').textContent = '\u03C9';
Preview: ω