free-symbols
э

Cyrillic Small Letter E Letter

э is the Cyrillic small letter E (Unicode U+044D) used in many Cyrillic-based languages.

U+044D

The symbol “э” is a Cyrillic lowercase letter. It has a standard Unicode identity (U+044D), making it reliable for copy/paste and web use. Below you’ll find practical ways to use it across text, design, and code.

Cyrillic Small Letter E Letter Meaning

“э” is the Cyrillic small letter e, identified as Unicode U+044D (HTML entity: э). In Cyrillic alphabets, it represents a specific vowel sound used in several languages, and it is commonly written as its own letter rather than as a variant of another character. Because it has consistent encoding, it’s important to use the true character “э” in documents, forms, usernames, and localization text. If you need to generate the character programmatically, use the provided escapes (CSS: \\044D, JavaScript: \\u{044D}) to avoid mismatches with similar-looking Latin characters.

Common uses

  • Writing and proofreading Russian and other Cyrillic-based text where “э” is required
  • Localization and UI translations for apps, websites, and help content
  • Form fields, user profiles, and account data that must preserve exact characters
  • Typography and graphic design labels that include Cyrillic text
  • Programming and templating where Unicode-accurate strings are needed

Examples

э — Cyrillic small letter e

  • ээскиз
  • элето, но с э в середине
  • эпривет, это э
  • этэкст на кириллице
  • эномер: э123

Variations

Technical codes

UnicodeU+044D
HTML Entityэ
HTML Codeэ
CSS\044D

FAQ

What does the Cyrillic Small Letter E letter mean?

“э” is the Cyrillic small letter e, identified as Unicode U+044D (HTML entity: э). In Cyrillic alphabets, it represents a specific vowel sound used in several languages, and it is commonly written as its own letter rather than as a variant of another character. Because it has consistent encoding, it’s important to use the true character “э” in documents, forms, usernames, and localization text. If you need to generate the character programmatically, use the provided escapes (CSS: \\044D, JavaScript: \\u{044D}) to avoid mismatches with similar-looking Latin characters.

What is the Unicode code point for “э”?

“э” is Unicode U+044D (Cyrillic small letter e).

How do I write “э” using HTML?

Use the HTML entity: э.

How can I output “э” in JavaScript?

Use the escape: \\u{044D}.

Why is it important to use “э” instead of a similar Latin “e”?

They look similar, but they are different characters. Using the true Cyrillic “э” ensures correct spelling, search behavior, and encoding in text and code.