free-symbols

Latin Small Letter E With Hook Above Letter

ẻ is the Latin small letter e with a hook above, used in languages and texts that require this specific diacritic.

U+1EBB

The character ẻ is a Latin Extended letter: “Latin small letter e with hook above.” It’s commonly seen in properly written text for languages that use this diacritic. Use it when standard “e” is not sufficient.

Latin Small Letter E With Hook Above Letter Meaning

ẻ is a lowercase Latin letter “e” modified with the diacritic hook above. In practice, it represents a specific vowel/letter form used by writing systems that rely on diacritics to distinguish pronunciation or spelling. Visually, it looks like an “e” with a small hooked mark positioned above the letter, and it is encoded as U+1EBB. Because it’s part of Unicode’s Latin Extended block, it should behave like a normal character in modern apps: copy/paste it for accurate display, and use the provided HTML/CSS/JavaScript escapes when you need to generate it programmatically.

Common uses

  • Typing or entering correct Vietnamese (and other diacritic-based) text where this exact “e” form is required
  • Designing readable multilingual typography (e.g., labels, signage, or UI text) that includes this character
  • Authoring documents and captions that must preserve exact Unicode characters for proper spelling
  • Building content for social media posts that includes diacritics for correct names and words
  • Programming templates and forms where you must output the exact character reliably

Examples

ẻ (Latin small letter e with hook above)

  • tối ẻ
  • thẻ ẻ
  • quên ẻ
  • hè ẻ
  • lẻ ẻ

Variations

Technical codes

UnicodeU+1EBB
HTML Entityẻ
HTML Codeẻ
CSS\1EBB

FAQ

What does the Latin Small Letter E With Hook Above letter mean?

ẻ is a lowercase Latin letter “e” modified with the diacritic hook above. In practice, it represents a specific vowel/letter form used by writing systems that rely on diacritics to distinguish pronunciation or spelling. Visually, it looks like an “e” with a small hooked mark positioned above the letter, and it is encoded as U+1EBB. Because it’s part of Unicode’s Latin Extended block, it should behave like a normal character in modern apps: copy/paste it for accurate display, and use the provided HTML/CSS/JavaScript escapes when you need to generate it programmatically.

What is the Unicode code point for ẻ?

The character ẻ is U+1EBB (LATIN SMALL LETTER E WITH HOOK ABOVE).

How can I copy the character ẻ?

Select and copy ẻ from this page, or use one of the provided escapes (HTML, CSS, or JavaScript) to generate it in code.

What is the HTML entity for ẻ?

The HTML entity for ẻ is &#7867.

How do I write ẻ in CSS or JavaScript?

CSS escape: \\1EBB. JavaScript escape: \\u{1EBB}.