ω
Omega
Greek small letter omega
Greek
HTML Codes
Named Entity
ω
Numeric Code
ω
Usage Examples
HTML Example (Named Entity)
<p>This is the Omega: ω</p>
Output: This is the Omega: ω
HTML Example (Numeric Code)
<p>This is the Omega: ω</p>
Output: This is the Omega: ω
JavaScript Example
const char = "ω"; console.log(char); // ω
When to Use HTML Entities
Greek letters are used in mathematics, science, and technical documentation. Entity codes ensure they render correctly across all platforms.