ω

Technical information

Symbolω
NameGreek small letter omega
Unicode numberU+03C9
CategoryGreek small letter normal
DescriptionThe Unicode character ω, or U+03C9, is known as the "Greek Small Letter Omega". It falls under the "Greek and Coptic" block and the "Letter, Lowercase" category in the Unicode standard. Omega is the 24th and last letter of the Greek alphabet. In the Greek numeric system, it has a value of 800. It is pronounced as "omega" in English. This character is often used in physics to represent angular frequency or angular velocity, and in mathematics, it's frequently used to represent the set of natural numbers, among other things.

Encoding

HTML Entityω
HTML Entity (hex)ω
HTML Entity (named)ω
URL Escape Code%CF%89
UTF-8 (hex)0xCF 0x89
UTF-8 (binary)11001111:10001001
UTF-160x03C9
UTF-320x000003C9

Source Code

C, C++, and Java"\u03C9"
CSS Code\03C9
JavaScript"\u03C9"
Perl\x{03C9}
Python 2u"\u03C9"
Python 3\u03C9
Ruby\u{03C9}

Preview

This Unicode character looks like this ω in sentence and in bold like this ω and in italic like this ω.

Font size:

ω
12px
ω
16px
ω
20px
ω
28px
ω
36px
ω
48px
ω
72px

CSS Property: font-weight

ω
100
ω
200
ω
300
ω
400
ω
500
ω
600
ω
700
ω
800
ω
900

HTML Forms and Input

input
disabled input
ω
input-group
select
button
button

Code examples in HTML and CSS

<span>&#969;</span>

            
span {
    content: "\03C9";
}

The symbol in different fonts

ω
-apple-system
ω
Apple Color Emoji
ω
Arial
ω
BlinkMacSystemFont
ω
Courier New
ω
Georgia
ω
Droid Sans
ω
Helvetica
ω
Noto Sans
ω
Oxygen
ω
Roboto
ω
"Segoe UI"
ω
sans-serif
ω
Segoe UI Emoji
ω
Segoe UI Symbol
ω
system-ui
ω
Times New Roman
ω
Ubuntu
ω
Verdana

References