Latin Capital Letter U With Double Acute Letter
Ű is the uppercase Latin letter U with a double acute accent, used in certain languages to represent a distinct vowel sound.
U+0170
Ű (U with double acute) is an uppercase Latin Extended character. It’s mainly used in languages that require double-acute vowel notation. This page helps you copy the symbol and use it in web and text projects.
Latin Capital Letter U With Double Acute Letter Meaning
Ű is the uppercase form of the letter U with a double acute diacritic (double acute = two acute marks above). The double acute changes the vowel’s pronunciation compared with plain U. In practice, Ű is most commonly recognized in Hungarian spelling, where U-forms with diacritics represent specific vowel qualities. Because it’s a dedicated Unicode character (U+0170), using Ű as a single character is important for correct display, searching, and sorting in Unicode-aware systems. When you’re designing text or building forms, inputting the exact character helps avoid incorrect accents or fallback characters.
Common uses
- •Writing Hungarian text that requires the letter Ű in correct spelling
- •Designing multilingual titles, badges, or typography samples that include Ű
- •Creating searchable labels and form fields where the exact character matters
- •Publishing content where diacritics must be preserved (newsletters, documents, posts)
- •Developing software strings that include Ű reliably via Unicode
Examples
Ű Latin Capital Letter U with Double Acute
- ŰŰbermensch is not the usual Hungarian form, but Ű may appear in other contexts.
- ŰÁrŰ is an example of a word that might include the uppercase Ű.
- ŰKŰr is a stylized sample showing the double-acute U in caps.
- ŰŰjlaki is a fictional example illustrating diacritic use in names.
- ŰThis headline uses Ű as part of a multilingual design test.
Variations
Technical codes
| Unicode | U+0170 | |
| HTML Entity | Ű | |
| HTML Code | Ű | |
| CSS | \0170 |
FAQ
What does the Latin Capital Letter U With Double Acute letter mean?
Ű is the uppercase form of the letter U with a double acute diacritic (double acute = two acute marks above). The double acute changes the vowel’s pronunciation compared with plain U. In practice, Ű is most commonly recognized in Hungarian spelling, where U-forms with diacritics represent specific vowel qualities. Because it’s a dedicated Unicode character (U+0170), using Ű as a single character is important for correct display, searching, and sorting in Unicode-aware systems. When you’re designing text or building forms, inputting the exact character helps avoid incorrect accents or fallback characters.
What is the Unicode code point for Ű?
Ű is U+0170 (LATIN CAPITAL LETTER U WITH DOUBLE ACUTE).
How do I write Ű in HTML?
Use the HTML entity Ű.
What is the CSS/Unicode escape for Ű?
CSS escape: \\0170.
How do I represent Ű in JavaScript?
JavaScript escape: \\u{0170}.