Greek Small Letter Final Sigma

ς

Shortcodes

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

Unicode
U+03C2
HTML Code
ς
HTML Entity
ς
HEX Code
ς
CSS Code
\03C2
JS/JSON
\u03C2
Unix/C/PHP/JAVA
0x03C2
URL-encode
%CF%82
copied

Customize Greek Small Letter Final Sigma Symbol

Customize ς symbol as you like and download Greek Small Letter Final 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 Final Sigma symbol in HTML, CSS, and JS?

Insert ς Greek Small Letter Final Sigma using HTML

1. Copy-paste Greek Small Letter Final Sigma directly:
<span>ς</span>
2. HTML Decimal Code:
<span>&#962;</span>
3. HTML Entity:
<span>&sigmaf;</span>
4. Hexadecimal Code:
<span>&#x3C2;</span>
Preview: ς

Add Greek Small Letter Final Sigma symbol with CSS

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

Greek Small Letter Final Sigma JavaScript Code

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