I

Technical information

SymbolI
NameLatin capital letter i
Unicode numberU+0049
CategoryASCII Table5. Uppercase Latin alphabet
DescriptionThe Unicode character I, or U+0049, is known as the "Latin Capital Letter I". It belongs to the "Latin" block and falls under the "Letter, Uppercase" category in the Unicode standard. This character is the uppercase version of the ninth letter in the Latin alphabet and represents the vowel sound /iː/. It's a vertical straight line and is used in many languages written in the Latin script. The letter I, in its capitalized form, is commonly utilized at the beginning of sentences and for proper nouns. The specific appearance of this character can slightly vary based on the font and typography used.

Encoding

HTML EntityI
HTML Entity (hex)I
URL Escape CodeI
UTF-8 (hex)0x49
UTF-8 (binary)01001001
UTF-160x0049
UTF-320x00000049

Source Code

C, C++, and Java"\u0049"
CSS Code\0049
JavaScript"\u0049"
Perl\x{0049}
Python 2u"\u0049"
Python 3\u0049
Ruby\u{0049}

Preview

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

Font size:

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

CSS Property: font-weight

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

HTML Forms and Input

input
disabled input
I
input-group
select
button
button

Code examples in HTML and CSS

<span>&#73;</span>

            
span {
    content: "\0049";
}

The symbol in different fonts

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

References