HTML Entity/Symbolь(CYRILLIC SMALL LETTER SOFT SIGN )

ь
Copy this symbol

CYRILLIC SMALL LETTER SOFT SIGN

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

ь
ь
U+0044C
\044c
ь

HTML Examples

Using HTML Code value in HTML file

<span> &#1100; </span>

Using HTML Entity value in HTML file

<span> &softcy; </span>

CSS Example

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

span { 
    content: "\044c";
}
All HTML Symbols