σ
Sigma
Greek small letter sigma
Greek
HTML Codes
Named Entity
σ
Numeric Code
σ
Usage Examples
HTML Example (Named Entity)
<p>This is the Sigma: σ</p>
Output: This is the Sigma: σ
HTML Example (Numeric Code)
<p>This is the Sigma: σ</p>
Output: This is the Sigma: σ
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.