Greek Small Letter Sigma

σ

Shortcodes

Copy and paste codes for Greek Small Letter Sigma symbol σ to use in your websites, apps, blogs, and more.

Unicode
U+03C3
HTML Code
σ
HTML Entity
σ
HEX Code
σ
CSS Code
\03C3
JS/JSON
\u03C3
Unix/C/PHP/JAVA
0x03C3
URL-encode
%CF%83
copied

Customize Greek Small Letter Sigma Symbol

Customize σ symbol as you like and download Greek Small Letter Sigma as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
σ
 

How to add Greek Small Letter Sigma symbol in HTML, CSS, and JS?

Insert σ Greek Small Letter Sigma using HTML

1. Copy-paste Greek Small Letter Sigma directly:
<span>σ</span>
2. HTML Decimal Code:
<span>&#963;</span>
3. HTML Entity:
<span>&sigma;</span>
4. Hexadecimal Code:
<span>&#x3C3;</span>
Preview: σ

Add Greek Small Letter Sigma symbol with CSS

.greek-small-letter-sigma::before {
    content: '\\03C3';
}
Preview: Greek Small Letter Sigma

Greek Small Letter Sigma JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-sigma').textContent = 'σ';
2. Unicode Escape for σ:
document.querySelector('.greek-small-letter-sigma').textContent = '\u03C3';
Preview: σ