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.

Latin Extended A

Code Snippets

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

What is Unicode character ĩ?

The Unicode character ĩ U+0129 is Latin Small Letter I With Tilde in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ĩ?

The uppercase equivalent of the Unicode character ĩ is Ĩ (U+0128).

What does the Unicode character ĩ represent?

The Unicode character ĩ represents Latin Small Letter I With Tilde.

What is the Unicode code point for ĩ?

The Unicode code point for ĩ is U+0129.

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 I With Tilde 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
Decomposition Type Canonical Decomposition
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!