HTML Entity/SymbolÜ(LATIN CAPITAL LETTER U WITH DIAERESIS )

Ü
Copy this symbol

LATIN CAPITAL LETTER U WITH DIAERESIS

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

Ü
Ü
U+000DC
\00dc
Ü

HTML Examples

Using HTML Code value in HTML file

<span> &#220; </span>

Using HTML Entity value in HTML file

<span> &Uuml; </span>

CSS Example

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

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