HTML Entity/Symbolω(GREEK SMALL LETTER OMEGA )

ω
Copy this symbol

GREEK SMALL LETTER OMEGA

Click on any of the following code values to copy to clipboard.

ω
ω
U+003C9
\03c9
ω

HTML Examples

Using HTML Code value in HTML file

<span> &#969; </span>

Using HTML Entity value in HTML file

<span> &omega; </span>

CSS Example

Using CSS content code of the HTML entity &omega; to specify in a CSS file

span { 
    content: "\03c9";
}
All HTML Symbols