é

Technical information

Symbolé
NameLatin small letter e with acute
Unicode numberU+00E9
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character é, or U+00E9, is known as "Latin Small Letter E with Acute". It is part of the "Latin-1 Supplement" block, which includes various characters used in Western European languages. This character falls under the "Letter, Lowercase" category. Visually, it represents the lowercase letter 'e' with an acute accent (´) above it. The acute accent is a diacritical mark used in various languages, including French, Spanish, Portuguese, and Hungarian. In these languages, it often marks a change in pronunciation, stress, or tone. For example, in French, 'é' is pronounced with the vowel sound as in 'day', and in Spanish, it can also indicate stress. This character is also used in other linguistic contexts, such as transliteration of non-Latin scripts. As with other characters, the specific usage of the Latin Small Letter E with Acute can depend on the language and context.

Encoding

HTML Entityé
HTML Entity (hex)é
HTML Entity (named)é
URL Escape Code%C3%A9
UTF-8 (hex)0xC3 0xA9
UTF-8 (binary)1100001110101001
UTF-160x00E9
UTF-320x000000E9

Source Code

C, C++, and Java"\u00E9"
CSS Code\00E9
JavaScript"\u00E9"
Perl\x{00E9}
Python 2u"\u00E9"
Python 3\u00E9
Ruby\u{00E9}

Preview

This Unicode character looks like this é in sentence and in bold like this é and in italic like this é.

Font size:

é
12px
é
16px
é
20px
é
28px
é
36px
é
48px
é
72px

CSS Property: font-weight

é
100
é
200
é
300
é
400
é
500
é
600
é
700
é
800
é
900

HTML Forms and Input

input
disabled input
é
input-group
select
button
button

Code examples in HTML and CSS

<span>&#233;</span>

            
span {
    content: "\00E9";
}

The symbol in different fonts

é
-apple-system
é
Apple Color Emoji
é
Arial
é
BlinkMacSystemFont
é
Courier New
é
Georgia
é
Droid Sans
é
Helvetica
é
Noto Sans
é
Oxygen
é
Roboto
é
"Segoe UI"
é
sans-serif
é
Segoe UI Emoji
é
Segoe UI Symbol
é
system-ui
é
Times New Roman
é
Ubuntu
é
Verdana

References