α
Alpha
Greek small letter alpha
Greek
HTML Codes
Named Entity
α
Numeric Code
α
Usage Examples
HTML Example (Named Entity)
<p>This is the Alpha: α</p>
Output: This is the Alpha: α
HTML Example (Numeric Code)
<p>This is the Alpha: α</p>
Output: This is the Alpha: α
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.