γ
Gamma
Greek small letter gamma
Greek
HTML Codes
Named Entity
γ
Numeric Code
γ
Usage Examples
HTML Example (Named Entity)
<p>This is the Gamma: γ</p>
Output: This is the Gamma: γ
HTML Example (Numeric Code)
<p>This is the Gamma: γ</p>
Output: This is the Gamma: γ
JavaScript Example
const char = "γ"; console.log(char); // γ
When to Use HTML Entities
Greek letters are used in mathematics, science, and technical documentation. Entity codes ensure they render correctly across all platforms.