σ
Greek

Greek Small Letter Sigma σ

Sigma is the eighteenth letter of the Greek alphabet and one of the most important in statistics and engineering. Lowercase sigma represents standard deviation, stress in mechanics, the Stefan-Boltzmann constant, and electrical conductivity. In quality management, sigma is central to Six Sigma methodology.

All Representations

Named Entity
σ
Decimal Code
σ
Hex Code
σ
Unicode
U+03C3

Rendered Output

σ

σ renders as the character shown above

When to Use Greek Small Letter Sigma

Use the sigma entity in statistics (standard deviation σ), physics (stress, conductivity), and quality management content (Six Sigma). It is one of the most commonly referenced Greek letters in business and engineering. The uppercase Σ is used for summation notation.

Try It — HTML Examples

Named entity in text
<p>Symbol: &sigma;</p>
Decimal reference
<p>Symbol: &#963;</p>
Hex reference
<p>Symbol: &#x3C3;</p>
Inside an HTML attribute
<div title="The Greek Small Letter Sigma: &sigma;">Hover to see</div>

About the Greek Small Letter Sigma Entity

The Greek Small Letter Sigma character (σ) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &sigma;, the decimal numeric character reference &#963;, or the hexadecimal numeric reference &#x3C3;. The character is assigned Unicode code point U+03C3 in the Universal Character Set.

Sigma is the eighteenth letter of the Greek alphabet and one of the most important in statistics and engineering. Lowercase sigma represents standard deviation, stress in mechanics, the Stefan-Boltzmann constant, and electrical conductivity. In quality management, sigma is central to Six Sigma methodology.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Small Letter Sigma character in your HTML documents, the named entity &sigma; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#963; and hexadecimal form &#x3C3; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the sigma entity in statistics (standard deviation σ), physics (stress, conductivity), and quality management content (Six Sigma). It is one of the most commonly referenced Greek letters in business and engineering. The uppercase Σ is used for summation notation.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.