free-symbols
Ę

Latin Capital Letter E With Ogonek Letter

Ę is the uppercase Latin E with an ogonek, used in languages that require this specific diacritic.

U+0118

“Ę” (U+0118) is a Unicode Latin character: LATIN CAPITAL LETTER E WITH OGONEK. It’s commonly needed when writing names or words from languages that use the ogonek diacritic. You can copy it directly or use the provided HTML, CSS, and JavaScript escapes.

Latin Capital Letter E With Ogonek Letter Meaning

Ę is an uppercase letter “E” marked with an ogonek. The ogonek is a diacritic that changes how the letter is represented in certain orthographies, so the exact character matters for correct spelling, search, and display. In practice, you’ll encounter Ę when typing or publishing text in languages that use E with ogonek, especially in personal names, place names, and properly accented words. Because it’s part of Unicode (U+0118), it’s designed to work consistently across modern platforms, but you still need the right character or escape sequence when generating text in code.

Common uses

  • Writing proper Polish and other orthographic spellings that include E with ogonek
  • Typing or publishing names and surnames where the uppercase form is required
  • Correctly labeling forms, certificates, or documents in languages using this diacritic
  • Designing multilingual typography where accurate uppercase diacritics must match
  • Using the character in web content to ensure the correct letter is rendered

Examples

Ę (Latin Capital Letter E with Ogonek)

  • ĘEwa: Ę is used in some Polish orthography.
  • ĘVisit: Ędytor (example uppercase form in a name).
  • ĘCity name: Gdańsk vs. Ę (uppercase diacritic comparison).
  • ĘSurname: KĘSTOWICZ (example of uppercase letter with ogonek).
  • ĘShort note: “Użyj Ę w nagłówku.”

Variations

Technical codes

UnicodeU+0118
HTML EntityĘ
HTML CodeĘ
CSS\0118

FAQ

What does the Latin Capital Letter E With Ogonek letter mean?

Ę is an uppercase letter “E” marked with an ogonek. The ogonek is a diacritic that changes how the letter is represented in certain orthographies, so the exact character matters for correct spelling, search, and display. In practice, you’ll encounter Ę when typing or publishing text in languages that use E with ogonek, especially in personal names, place names, and properly accented words. Because it’s part of Unicode (U+0118), it’s designed to work consistently across modern platforms, but you still need the right character or escape sequence when generating text in code.

What Unicode character is “Ę”?

“Ę” is LATIN CAPITAL LETTER E WITH OGONEK, Unicode code point U+0118.

How do I copy “Ę” for use in HTML?

You can copy the character directly, or use the HTML entity: Ę.

What CSS escape can I use to insert “Ę”?

Use the CSS escape for U+0118: \\0118.

How do I represent “Ę” in JavaScript?

Use the JavaScript escape: \\u{0118}.