keecode logokeecode
ω

Omega

Greek small letter omega

Greek

HTML Codes

Named Entity

ω

Numeric Code

ω

Usage Examples

HTML Example (Named Entity)

<p>This is the Omega: &omega;</p>

Output: This is the Omega: ω

HTML Example (Numeric Code)

<p>This is the Omega: &#969;</p>

Output: This is the Omega: ω

JavaScript Example

const char = "&omega;";
console.log(char); // ω