Ü

Technical information

SymbolÜ
NameLatin capital letter u with diaeresis
Unicode numberU+00DC
CategoryLatin-1 Supplement7. Letters
DescriptionThe Unicode character Ü, or U+00DC, is known as the "Latin Capital Letter U with Diaeresis". It belongs to the "Latin-1 Supplement" block and falls under the "Letter, Uppercase" category in the Unicode standard. This character is a variant of the Latin letter "U", adorned with two dots (a diaeresis) above it. It is used in several languages, including German, where it represents a front-rounded vowel, and Turkish, where it represents a close front rounded vowel. The exact pronunciation and usage can vary based on the language and context.

Encoding

HTML EntityÜ
HTML Entity (hex)Ü
HTML Entity (named)Ü
URL Escape Code%C3%9C
UTF-8 (hex)0xC3 0x9C
UTF-8 (binary)1100001110011100
UTF-160x00DC
UTF-320x000000DC

Source Code

C, C++, and Java"\u00DC"
CSS Code\00DC
JavaScript"\u00DC"
Perl\x{00DC}
Python 2u"\u00DC"
Python 3\u00DC
Ruby\u{00DC}

Preview

This Unicode character looks like this Ü in sentence and in bold like this Ü and in italic like this Ü.

Font size:

Ü
12px
Ü
16px
Ü
20px
Ü
28px
Ü
36px
Ü
48px
Ü
72px

CSS Property: font-weight

Ü
100
Ü
200
Ü
300
Ü
400
Ü
500
Ü
600
Ü
700
Ü
800
Ü
900

HTML Forms and Input

input
disabled input
Ü
input-group
select
button
button

Code examples in HTML and CSS

<span>&#220;</span>

            
span {
    content: "\00DC";
}

The symbol in different fonts

Ü
-apple-system
Ü
Apple Color Emoji
Ü
Arial
Ü
BlinkMacSystemFont
Ü
Courier New
Ü
Georgia
Ü
Droid Sans
Ü
Helvetica
Ü
Noto Sans
Ü
Oxygen
Ü
Roboto
Ü
"Segoe UI"
Ü
sans-serif
Ü
Segoe UI Emoji
Ü
Segoe UI Symbol
Ü
system-ui
Ü
Times New Roman
Ü
Ubuntu
Ü
Verdana

References