HTML Entity/SymbolⓈ(CIRCLED LATIN CAPITAL LETTER S )

Copy this symbol

CIRCLED LATIN CAPITAL LETTER S

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

Ⓢ
Ⓢ
U+024C8
\24c8
Ⓢ

HTML Examples

Using HTML Code value in HTML file

<span> &#9416; </span>

Using HTML Entity value in HTML file

<span> &circledS; </span>

CSS Example

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

span { 
    content: "\24c8";
}
All HTML Symbols