HTML Entity/Symbolù(LATIN SMALL LETTER U WITH GRAVE )

ù
Copy this symbol

LATIN SMALL LETTER U WITH GRAVE

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

ù
ù
U+000F9
\00f9
ù

HTML Examples

Using HTML Code value in HTML file

<span> &#249; </span>

Using HTML Entity value in HTML file

<span> &ugrave; </span>

CSS Example

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

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