Latin Small Letter I With Tilde

ĩ

Shortcodes

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

Unicode
U+0129
HTML Code
ĩ
HEX Code
ĩ
CSS Code
\129
JS/JSON
\u0129
Unix/C/PHP/JAVA
0x129
URL-encode
%C4%A9
copied

Customize Latin Small Letter I With Tilde Symbol

Customize ĩ symbol as you like and download Latin Small Letter I With Tilde 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 I With Tilde symbol in HTML, CSS, and JS?

Insert ĩ Latin Small Letter I With Tilde using HTML

1. Copy-paste Latin Small Letter I With Tilde directly:
<span>ĩ</span>
2. HTML Decimal Code:
<span>&#297;</span>
3. Hexadecimal Code:
<span>&#x0129;</span>
Preview: ĩ

Add Latin Small Letter I With Tilde symbol with CSS

.latin-small-letter-i-with-tilde::before {
    content: '\\129';
}
Preview: Latin Small Letter I With Tilde

Latin Small Letter I With Tilde JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-i-with-tilde').textContent = 'ĩ';
2. Unicode Escape for ĩ:
document.querySelector('.latin-small-letter-i-with-tilde').textContent = '\u0129';
Preview: ĩ