HTML Entity/Symbolγ(GREEK SMALL LETTER GAMMA )

γ
Copy this symbol

GREEK SMALL LETTER GAMMA

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

γ
γ
U+003B3
\03b3
γ

HTML Examples

Using HTML Code value in HTML file

<span> &#947; </span>

Using HTML Entity value in HTML file

<span> &gamma; </span>

CSS Example

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

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