HTML Entity/Symbolï(LATIN SMALL LETTER I WITH DIAERESIS )

ï
Copy this symbol

LATIN SMALL LETTER I WITH DIAERESIS

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

ï
ï
U+000EF
\00ef
ï

HTML Examples

Using HTML Code value in HTML file

<span> &#239; </span>

Using HTML Entity value in HTML file

<span> &iuml; </span>

CSS Example

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

span { 
    content: "\00ef";
}
All HTML Symbols