keecode logokeecode
γ

Gamma

Greek small letter gamma

Greek

HTML Codes

Named Entity

γ

Numeric Code

γ

Usage Examples

HTML Example (Named Entity)

<p>This is the Gamma: &gamma;</p>

Output: This is the Gamma: γ

HTML Example (Numeric Code)

<p>This is the Gamma: &#947;</p>

Output: This is the Gamma: γ

JavaScript Example

const char = "&gamma;";
console.log(char); // γ