HTML Entity/Symbolъ(CYRILLIC SMALL LETTER HARD SIGN )

ъ
Copy this symbol

CYRILLIC SMALL LETTER HARD SIGN

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

ъ
ъ
U+0044A
\044a
ъ

HTML Examples

Using HTML Code value in HTML file

<span> &#1098; </span>

Using HTML Entity value in HTML file

<span> &hardcy; </span>

CSS Example

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

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