| Symbol Name | Latin Small Letter E With Circumflex And Tilde |
| Unicode Version | 1.1 |
| Unicode | U+1EC5 |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| UTF-8 | E1 BB 85 |
| UTF-16 | 1EC5 |
| UTF-32 | 00001EC5 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEREWITHCIRCUMFLEXANDTILDE}4\end{document}You can type the latin small letter e with circumflex and tilde symbol on most modern devices with the help of following methods:
Alt + 7877 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter e with circumflex and tilde", or use Unicode Hex Input with 1EC5.
Ctrl + Shift + U, type 1ec5, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-e-with-circumflex-and-tilde::before { content: "\1EC5"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ễ</span>Latin Small Letter E With Circumflex And Tilde symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u1EC5' or String.fromCodePoint(7877) |
| Python | '\N{LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE}' or chr(7877) |
| Rust | '\u{1EC5}' |
| C / C++ | UTF-8 source or wchar_t with U+1EC5 |
| Go | string(rune(0x1EC5)) |
| Ruby | "\u{1EC5}" |
| CSS Code |
\1EC5 |
| Hex Code | 0x1EC5 |
| HTML Code | ễ |
| LaTeX | \text{LATINSMALLLETTEREWITHCIRCUMFLEXANDTILDE} |
| Symbol | ễ |
| URL encode (UTF-8 percent) | %E1%BB%85 |
| Spoken / screen reader name | Latin Small Letter E With Circumflex And Tilde |