HTML Entity/Symbolу(CYRILLIC SMALL LETTER U )

у
Copy this symbol

CYRILLIC SMALL LETTER U

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

у
у
U+00443
\0443
у

HTML Examples

Using HTML Code value in HTML file

<span> &#1091; </span>

Using HTML Entity value in HTML file

<span> &ucy; </span>

CSS Example

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

span { 
    content: "\0443";
}
All HTML Symbols