Greek Capital Letter Gamma
Γ
Shortcodes
Copy useful codes for greek capital letter gamma symbol Γ to use in websites, apps, blogs, and docs.
Unicode
U+0393 HTML Code
Γ HTML Entity
Γ HEX Code
Γ CSS Code
\0393 JS/JSON
\u0393 Unix/C/PHP/JAVA
0x0393 URL-encode
%CE%93 Customize Greek Capital Letter Gamma
Customize Γ, download it as SVG or PNG, or copy the generated HTML snippet.
Γ
How to use Greek Capital Letter Gamma Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>Γ</span> HTML Code:
<span>Γ</span> HTML Entity:
<span>Γ</span> HEX Code:
<span>Γ</span> Add with CSS
.greek-capital-letter-gamma::before {
content: '\\0393';
} Set it in JavaScript
document.querySelector('.greek-capital-letter-gamma').textContent = 'Γ';