ï

Technical information

Symbolï
NameLatin small letter i with diaeresis
Unicode numberU+00EF
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character ï, or U+00EF, is known as the "Latin Small Letter I with Diaeresis". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is a lowercase "i" with two dots (a diaeresis) placed above it. The diaeresis is used in various languages, including French and Dutch, to indicate that the letter should be pronounced separately from the preceding letter, effectively signaling the presence of a vowel break or to clarify pronunciation. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entityï
HTML Entity (hex)ï
HTML Entity (named)ï
URL Escape Code%C3%AF
UTF-8 (hex)0xC3 0xAF
UTF-8 (binary)1100001110101111
UTF-160x00EF
UTF-320x000000EF

Source Code

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

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>&#239;</span>

            
span {
    content: "\00EF";
}

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