HTML Entity/Symbolς(GREEK SMALL LETTER FINAL SIGMA )

ς
Copy this symbol

GREEK SMALL LETTER FINAL SIGMA

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

ς
ς
U+003C2
\03c2
ς

HTML Examples

Using HTML Code value in HTML file

<span> &#962; </span>

Using HTML Entity value in HTML file

<span> &sigmaf; </span>

CSS Example

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

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