Ω

Technical information

SymbolΩ
NameGreek capital letter omega
Unicode numberU+03A9
CategoryGreek capital letter normal
DescriptionThe Unicode character Ω, or U+03A9, is known as the "Greek Capital Letter Omega". It is part of the "Greek and Coptic" block and belongs to the "Letter, Uppercase" category in the Unicode standard. The Greek capital letter Omega is the last letter of the Greek alphabet, and is used in various scientific and mathematical contexts. For instance, in physics, the Omega symbol is used to represent Ohm - the unit of electrical resistance. Furthermore, in mathematics and computer science, it is often used to denote the worst-case or asymptotic upper bound of a function.

Encoding

HTML EntityΩ
HTML Entity (hex)Ω
HTML Entity (named)Ω
URL Escape Code%CE%A9
UTF-8 (hex)0xCE 0xA9
UTF-8 (binary)11001110:10101001
UTF-160x03A9
UTF-320x000003A9

Source Code

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

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>&#937;</span>

            
span {
    content: "\03A9";
}

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