Greek Capital Letter Gamma

Γ

Shortcodes

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

Unicode
U+0393
HTML Code
Γ
HTML Entity
Γ
HEX Code
Γ
CSS Code
\0393
JS/JSON
\u0393
Unix/C/PHP/JAVA
0x0393
URL-encode
%CE%93
copied

Customize Greek Capital Letter Gamma Symbol

Customize Γ symbol as you like and download Greek Capital Letter Gamma 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 Gamma symbol in HTML, CSS, and JS?

Insert Γ Greek Capital Letter Gamma using HTML

1. Copy-paste Greek Capital Letter Gamma directly:
<span>Γ</span>
2. HTML Decimal Code:
<span>&#915;</span>
3. HTML Entity:
<span>&Gamma;</span>
4. Hexadecimal Code:
<span>&#x393;</span>
Preview: Γ

Add Greek Capital Letter Gamma symbol with CSS

.greek-capital-letter-gamma::before {
    content: '\\0393';
}
Preview: Greek Capital Letter Gamma

Greek Capital Letter Gamma JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-gamma').textContent = 'Γ';
2. Unicode Escape for Γ:
document.querySelector('.greek-capital-letter-gamma').textContent = '\u0393';
Preview: Γ