Greek Capital Letter Alpha

Α

Shortcodes

Copy and paste codes for Greek Capital Letter Alpha symbol Α to use in your websites, apps, blogs, and more.

Unicode
U+0391
HTML Code
Α
HTML Entity
Α
HEX Code
Α
CSS Code
\0391
JS/JSON
\u0391
Unix/C/PHP/JAVA
0x0391
URL-encode
%CE%91
copied

Customize Greek Capital Letter Alpha Symbol

Customize Α symbol as you like and download Greek Capital Letter Alpha as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Α

                        
                    

How to add Greek Capital Letter Alpha symbol in HTML, CSS, and JS?

Insert Α Greek Capital Letter Alpha using HTML

1. Copy-paste Greek Capital Letter Alpha directly:
<span>Α</span>
2. HTML Decimal Code:
<span>&#913;</span>
3. HTML Entity:
<span>&Alpha;</span>
4. Hexadecimal Code:
<span>&#x391;</span>
Preview: Α

Add Greek Capital Letter Alpha symbol with CSS

.greek-capital-letter-alpha::before {
    content: '\\0391';
}
Preview: Greek Capital Letter Alpha

Greek Capital Letter Alpha JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-alpha').textContent = 'Α';
2. Unicode Escape for Α:
document.querySelector('.greek-capital-letter-alpha').textContent = '\u0391';
Preview: Α