free-symbols
ӗ

Cyrillic Small Letter Ie With Breve Letter

ӗ is the Cyrillic small letter IE with breve (U+04D7), used in writing systems that include this specific character.

U+04D7

ӗ is a Cyrillic character identified by the Unicode name “CYRILLIC SMALL LETTER IE WITH BREVE” (U+04D7). It’s commonly needed when you type, display, or normalize text in languages and fonts that use this letter. Use the copy options below for quick and reliable insertion.

Cyrillic Small Letter Ie With Breve Letter Meaning

ӗ is a Cyrillic small letter “ie with breve,” meaning it’s a distinct letter rather than a decorative mark. The breve (a short curved “cap” above the letter) is part of the character’s identity, so ӗ should be treated as a separate Unicode code point (U+04D7) from ordinary Cyrillic letters like “е” (which lacks the breve). In practice, you’ll encounter ӗ in properly encoded Cyrillic text where this exact character is required for correct spelling, transcription, or accurate reproduction of source material. When searching, sorting, or comparing strings, always use the exact character and its Unicode value.

Common uses

  • Copying correct Cyrillic characters in names, titles, or quotes where the breve form matters
  • Publishing or typesetting text that must match the original Unicode encoding exactly
  • Building or validating multilingual text strings in editors and CMS content fields
  • Testing font coverage and glyph rendering for Cyrillic characters with diacritics
  • Normalizing and comparing text in software where per-code-point accuracy is required

Examples

ӗ — Cyrillic small letter ie with breve

  • ӗӗто это тестовая строка.
  • ӗПроверьте символ: ӗ.
  • ӗВ словаре встречается ӗ в некоторых записях.
  • ӗТекст должен точно совпадать: ӗ.
  • ӗЗамена на е́ недопустима; нужен ӗ.

Variations

Technical codes

UnicodeU+04D7
HTML Entityӗ
HTML Codeӗ
CSS\04D7

FAQ

What does the Cyrillic Small Letter Ie With Breve letter mean?

ӗ is a Cyrillic small letter “ie with breve,” meaning it’s a distinct letter rather than a decorative mark. The breve (a short curved “cap” above the letter) is part of the character’s identity, so ӗ should be treated as a separate Unicode code point (U+04D7) from ordinary Cyrillic letters like “е” (which lacks the breve). In practice, you’ll encounter ӗ in properly encoded Cyrillic text where this exact character is required for correct spelling, transcription, or accurate reproduction of source material. When searching, sorting, or comparing strings, always use the exact character and its Unicode value.

What Unicode character is ӗ?

ӗ is the Cyrillic small letter ie with breve, with Unicode code point U+04D7.

How do I copy ӗ reliably in HTML?

You can paste the character directly, or use the provided HTML entity: ӗ.

Is ӗ the same as Cyrillic “е” (e)?

No. ӗ is a separate character (U+04D7) because it includes the breve as part of the letter form.

How can developers insert ӗ in code?

Use the JavaScript escape \\u{04D7} or the CSS escape form \\04D7 (as listed on this page).