Latin Small Letter I With Diaeresis

ï

Shortcodes

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

Unicode
U+00EF
Alt Code
239
HTML Code
ï
HTML Entity
ï
HEX Code
ï
CSS Code
\0EF
JS/JSON
\u00EF
Unix/C/PHP/JAVA
0xEF
URL-encode
%C3%AF
copied

Customize Latin Small Letter I With Diaeresis Symbol

Customize ï symbol as you like and download Latin Small Letter I With Diaeresis 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 type Latin Small Letter I With Diaeresis symbol ï ?

Using Latin Small Letter I With Diaeresis Alt Code:

You can type the Latin Small Letter I With Diaeresis symbol ï using your keyboard by using the Alt Code for Latin Small Letter I With Diaeresis. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 239 using the Numpad.
  3. Release the Alt key.

This will make the ï appear on your screen.

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

Insert ï Latin Small Letter I With Diaeresis using HTML

1. Copy-paste Latin Small Letter I With Diaeresis directly:
<span>ï</span>
2. HTML Decimal Code:
<span>&#239;</span>
3. HTML Entity:
<span>&iuml;</span>
4. Hexadecimal Code:
<span>&#x00EF;</span>
Preview: ï

Add Latin Small Letter I With Diaeresis symbol with CSS

.latin-small-letter-i-with-diaeresis::before {
    content: '\\0EF';
}
Preview: Latin Small Letter I With Diaeresis

Latin Small Letter I With Diaeresis JavaScript Code

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