Latin Capital Letter I With Dot Above
İ
Shortcodes
Copy useful codes for latin capital letter i with dot above symbol İ to use in websites, apps, blogs, and docs.
Unicode
U+0130 HTML Code
İ HEX Code
İ CSS Code
\0130 JS/JSON
\u0130 Unix/C/PHP/JAVA
0x130 URL-encode
%C4%B0 Customize Latin Capital Letter I With Dot Above
Customize İ, download it as SVG or PNG, or copy the generated HTML snippet.
İ
How to use Latin Capital Letter I With Dot Above Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>İ</span> HTML Code:
<span>İ</span> HEX Code:
<span>İ</span> Add with CSS
.latin-capital-letter-i-with-dot-above::before {
content: '\\0130';
} Set it in JavaScript
document.querySelector('.latin-capital-letter-i-with-dot-above').textContent = 'İ';