HTML Entity/Symbolú(LATIN SMALL LETTER U WITH ACUTE )

ú
Copy this symbol

LATIN SMALL LETTER U WITH ACUTE

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

ú
ú
U+000FA
\00fa
ú

HTML Examples

Using HTML Code value in HTML file

<span> &#250; </span>

Using HTML Entity value in HTML file

<span> &uacute; </span>

CSS Example

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

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