HTML Entity/SymbolЪ(CYRILLIC CAPITAL LETTER HARD SIGN )

Ъ
Copy this symbol

CYRILLIC CAPITAL LETTER HARD SIGN

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

Ъ
Ъ
U+0042A
\042a
Ъ

HTML Examples

Using HTML Code value in HTML file

<span> &#1066; </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: "\042a";
}
All HTML Symbols