keecode logokeecode
α

Alpha

Greek small letter alpha

Greek

HTML Codes

Named Entity

α

Numeric Code

α

Usage Examples

HTML Example (Named Entity)

<p>This is the Alpha: &alpha;</p>

Output: This is the Alpha: α

HTML Example (Numeric Code)

<p>This is the Alpha: &#945;</p>

Output: This is the Alpha: α

JavaScript Example

const char = "&alpha;";
console.log(char); // α