Css Styling

Size
ı
15px
ı
18px
ı
21px
ı
24px
ı
27px
ı
30px
ı
33px
ı
36px
ı
42px
ı
48px
ı
54px
ı
60px
ı
66px
ı
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ı
Bold
ı
Italic
ı
Underline
ı
Strikethrough
ı
UpperCase
ı
LowerCase
ı
Oblique
A ı
Subscript
A ı
Superscript
ı
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ı
Arial
ı
Times New Roman
ı
Verdana
ı
Courier New
ı
Garamond
ı
Georgia
ı
Trebuchet MS
ı
Tahoma
ı
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ı
White
ı
Brown
ı
Maroon
ı
Magenta
ı
Red
ı
Orange
ı
Yellow
ı
Green
ı
Teal
ı
Cyan
ı
Blue
ı
Violet
ı
Purple
ı
Indigo
ı
Gray
ı
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ı
White
ı
Brown
ı
Maroon
ı
Magenta
ı
Red
ı
Orange
ı
Yellow
ı
Green
ı
Teal
ı
Cyan
ı
Blue
ı
Violet
ı
Purple
ı
Indigo
ı
Gray
ı
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#305;</p>
📋
CSS .selector { content: '\0131' };
📋
JS var unicodeA = '\u0131 ';
📋
CPP char unicodeA = ' \u0131 ';
📋
Java char unicodeA = '\u0131';
📋
Python unicodeA = '\u0131'
📋

What is Unicode character ı?

The Unicode character ı U+0131 is Latin Small Letter Dotless I in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ı?

The uppercase equivalent of the Unicode character ı is I (U+0049).

What does the Unicode character ı represent?

The Unicode character ı represents Latin Small Letter Dotless I.

What is the Unicode code point for ı?

The Unicode code point for ı is U+0131.

Is the appearance of the ı character consistent across all platforms?

The appearance of the ı character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter Dotless I remains consistent.

How can I ensure the ı character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ı character.

In which version was Unicode character ı released, and to which block of characters does it belong?

Unicode character ı was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
East Asian Width Ambiguous
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!