free-symbols
у

Cyrillic Small Letter U Letter

у is the Cyrillic small letter u, used in many Russian and other Cyrillic-based languages.

U+0443

The character “у” is a Cyrillic letter with the Unicode code point U+0443. You can copy it directly or use the provided HTML, CSS, and JavaScript escapes in your projects.

Cyrillic Small Letter U Letter Meaning

“у” (U+0443) is the Cyrillic small letter u. It is used as a letter in Cyrillic alphabets, most commonly in languages such as Russian and other languages that use Cyrillic scripts. Visually, it looks like a Latin “y” in lowercase, but it is a distinct Unicode character. In text, it functions as a standard letter: it appears in everyday words, names, and written content, and it should be encoded correctly to avoid character-mismatch issues (for example, confusing it with similar-looking Latin letters). For developers and designers, the key is using the correct Unicode character and escapes.

Common uses

  • Typing or displaying Russian and other Cyrillic text in apps and websites
  • Designing UI text, forms, and labels that require correct Cyrillic characters
  • Writing names and place names that contain the letter “у” in Cyrillic
  • Generating content for social posts, blogs, and marketing materials in Cyrillic
  • Storing and validating user input that may include the character “у”

Examples

у (Cyrillic small letter u)

  • умир уходит
  • уя учусь
  • уМосква
  • усегодня у нас встреча
  • упуть к цели

Variations

Technical codes

UnicodeU+0443
HTML Entityу
HTML Codeу
CSS\0443

FAQ

What does the Cyrillic Small Letter U letter mean?

“у” (U+0443) is the Cyrillic small letter u. It is used as a letter in Cyrillic alphabets, most commonly in languages such as Russian and other languages that use Cyrillic scripts. Visually, it looks like a Latin “y” in lowercase, but it is a distinct Unicode character. In text, it functions as a standard letter: it appears in everyday words, names, and written content, and it should be encoded correctly to avoid character-mismatch issues (for example, confusing it with similar-looking Latin letters). For developers and designers, the key is using the correct Unicode character and escapes.

What is the Unicode code point for “у”?

“у” is Unicode U+0443 (CYRILLIC SMALL LETTER U).

How can I copy “у” in my code?

You can copy the character directly (“у”), or use the escapes: HTML entity у and CSS escape \\0443.

What is the JavaScript escape for this character?

Use \\u{0443} in JavaScript.

Is “у” the same as the Latin letter “y”?

No. “у” is a Cyrillic character with its own Unicode identity, even though it may look similar to a lowercase Latin “y”.