keecode logokeecode
σ

Sigma

Greek small letter sigma

Greek

HTML Codes

Named Entity

σ

Numeric Code

σ

Usage Examples

HTML Example (Named Entity)

<p>This is the Sigma: &sigma;</p>

Output: This is the Sigma: σ

HTML Example (Numeric Code)

<p>This is the Sigma: &#963;</p>

Output: This is the Sigma: σ

JavaScript Example

const char = "&sigma;";
console.log(char); // σ