î

Technical information

Symbolî
NameLatin small letter i with circumflex
Unicode numberU+00EE
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character î, or U+00EE, is known as the "Latin Small Letter I with Circumflex". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Lowercase" category in the Unicode standard. This character is a variant of the small Latin letter "i", distinguished by a circumflex accent (^) above it. The circumflex accent can change the pronunciation of the letter in some languages, like French, and can also be used in orthographic systems to denote stress, differentiate homographs, or indicate a historical phonetic change. The specific application and pronunciation of this character can depend on the language and context it's used in.

Encoding

HTML Entityî
HTML Entity (hex)î
HTML Entity (named)î
URL Escape Code%C3%AE
UTF-8 (hex)0xC3 0xAE
UTF-8 (binary)1100001110101110
UTF-160x00EE
UTF-320x000000EE

Source Code

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

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

            
span {
    content: "\00EE";
}

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