σ

Technical information

Symbolσ
NameGreek small letter sigma
Unicode numberU+03C3
CategoryGreek small letter normal
DescriptionThe Unicode character σ, or U+03C3, is known as the "Greek Small Letter Sigma". It is part of the "Greek and Coptic" block and falls into the "Letter, Lowercase" category in the Unicode standard. This character represents the lower-case form of the 18th letter of the Greek alphabet. It's widely used in mathematics and science to represent a variety of concepts. For instance, in statistics, the lower-case sigma is often used to denote the standard deviation of a population. In physics, it might denote a sum or the cross-section of a physical process. The exact meaning usually depends on the particular context in which it is being used.

Encoding

HTML Entityσ
HTML Entity (hex)σ
HTML Entity (named)σ
URL Escape Code%CF%83
UTF-8 (hex)0xCF 0x83
UTF-8 (binary)11001111:10000011
UTF-160x03C3
UTF-320x000003C3

Source Code

C, C++, and Java"\u03C3"
CSS Code\03C3
JavaScript"\u03C3"
Perl\x{03C3}
Python 2u"\u03C3"
Python 3\u03C3
Ruby\u{03C3}

Preview

This Unicode character looks like this σ in sentence and in bold like this σ and in italic like this σ.

Font size:

σ
12px
σ
16px
σ
20px
σ
28px
σ
36px
σ
48px
σ
72px

CSS Property: font-weight

σ
100
σ
200
σ
300
σ
400
σ
500
σ
600
σ
700
σ
800
σ
900

HTML Forms and Input

input
disabled input
σ
input-group
select
button
button

Code examples in HTML and CSS

<span>&#963;</span>

            
span {
    content: "\03C3";
}

The symbol in different fonts

σ
-apple-system
σ
Apple Color Emoji
σ
Arial
σ
BlinkMacSystemFont
σ
Courier New
σ
Georgia
σ
Droid Sans
σ
Helvetica
σ
Noto Sans
σ
Oxygen
σ
Roboto
σ
"Segoe UI"
σ
sans-serif
σ
Segoe UI Emoji
σ
Segoe UI Symbol
σ
system-ui
σ
Times New Roman
σ
Ubuntu
σ
Verdana

References