HTML Entity/Symbolσ(GREEK SMALL LETTER SIGMA )

σ
Copy this symbol

GREEK SMALL LETTER SIGMA

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

σ
σ
U+003C3
\03c3
σ

HTML Examples

Using HTML Code value in HTML file

<span> &#963; </span>

Using HTML Entity value in HTML file

<span> &sigma; </span>

CSS Example

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

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