Latin Small Letter Dotless I

ı

Shortcodes

Copy and paste codes for Latin Small Letter Dotless I symbol ı to use in your websites, apps, blogs, and more.

Unicode
U+0131
HTML Code
ı
HEX Code
ı
CSS Code
\131
JS/JSON
\u0131
Unix/C/PHP/JAVA
0x131
URL-encode
%C4%B1
copied

Customize Latin Small Letter Dotless I Symbol

Customize ı symbol as you like and download Latin Small Letter Dotless I as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ı

                        
                    

How to add Latin Small Letter Dotless I symbol in HTML, CSS, and JS?

Insert ı Latin Small Letter Dotless I using HTML

1. Copy-paste Latin Small Letter Dotless I directly:
<span>ı</span>
2. HTML Decimal Code:
<span>&#305;</span>
3. Hexadecimal Code:
<span>&#x0131;</span>
Preview: ı

Add Latin Small Letter Dotless I symbol with CSS

.latin-small-letter-dotless-i::before {
    content: '\\131';
}
Preview: Latin Small Letter Dotless I

Latin Small Letter Dotless I JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-dotless-i').textContent = 'ı';
2. Unicode Escape for ı:
document.querySelector('.latin-small-letter-dotless-i').textContent = '\u0131';
Preview: ı