Search
Search for a symbol or emoji...
γ
γ
Gamma Symbol γ
Gamma Symbol Information
| Symbol Name | Gamma |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+03B3 |
| CSS Code | \03B3 |
| HTML Entity | γ |
| Hex Code | γ |
| HTML Code | γ |
| Latex | \gamma |
| Symbol | γ |
Gamma Symbol in Latex
Gamma
1\documentclass{article}
2\begin{document}
3\gamma
4\end{document}How to add gamma symbol via keyboard on different Operating systems
You can type the gamma symbol on most modern devices with the help of following methods:
How to type gamma symbol on Microsoft Word
You can type the gamma in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 03B3
- Without moving the cursor press keys Alt + x together
- The original 03B3 is now transformed into γ
How to type gamma symbol on Microsoft Windows
You can type the gamma on Microsoft windows using following steps:
- Hold Alt and press to type gamma on your windows machine.
How to type gamma symbol on Mac OS
You can type the gamma on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Gamma" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type gamma symbol on Linux
You can type the gamma on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 03B3 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type gamma symbol on IOS and Android
The easiest way to type the gamma symbol on ios and android is to copy and paste it wherever you need it.
How to use gamma in CSS
//CSS Example
1span {
2 content: \03B3;
3 }How to use gamma in HTML
//HTML Example
1<span>γ</span>Gamma symbol representation in programming languages
Gammasymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{3B3} |
| Ruby | \u{3B3} |
| Python | \u03B3 |
| PHP | \u{3B3} |
| Perl | \x{3B3} |
| Java | \u03B3 |
| Modern JavaScript - Since ES6 | \u{3B3} |
| JavaScript | \u03B3 |
| Go | \u03B3 |
| C# | \u03B3 |
| C and C++ | \u03B3 |
| Bash and Zsh - inside echo -e | \u03B3 |
| RFC 5137 | \u'03B3' |
