HTML Entity/Symbolα(GREEK SMALL LETTER ALPHA )

α
Copy this symbol

GREEK SMALL LETTER ALPHA

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

α
α
U+003B1
\03b1
α

HTML Examples

Using HTML Code value in HTML file

<span> &#945; </span>

Using HTML Entity value in HTML file

<span> &alpha; </span>

CSS Example

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

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