HTML Entity/Symbolı(LATIN SMALL LETTER DOTLESS I )

ı
Copy this symbol

LATIN SMALL LETTER DOTLESS I

Click on any of the following code values to copy to clipboard.

ı
ı
U+00131
\0131
ı

HTML Examples

Using HTML Code value in HTML file

<span> &#305; </span>

Using HTML Entity value in HTML file

<span> &imath; </span>

CSS Example

Using CSS content code of the HTML entity &imath; to specify in a CSS file

span { 
    content: "\0131";
}
All HTML Symbols