Latin Small Letter U With Diaeresis And Caron Letter
ǚ is a Latin Extended letter: u with diaeresis (two dots) and a caron (ˇ).
U+01DA
ǚ (U+01DA) is a Latin Extended character used in certain language orthographies. It’s handy for accurate spelling in digital text, UI strings, and typography. Below you’ll find reliable copy options and implementation details.
Latin Small Letter U With Diaeresis And Caron Letter Meaning
ǚ is the lowercase form of “U with diaeresis and caron.” Visually, it combines three diacritics on the letter U: diaeresis (two dots) and caron (ˇ) to the right/top area, depending on the font. In practice, this character appears in written forms of languages that use extended Latin alphabets, where the diacritics distinguish pronunciation or grammatical forms. For developers and designers, it’s mainly about correct character encoding and font support—using the exact Unicode character prevents rendering errors and ensures searchable, consistent text across systems.
Common uses
- •Publishing correct names or words from languages that use U with diaeresis and caron
- •Creating typographically accurate UI labels, forms, and language selectors
- •Working with multilingual datasets where exact Unicode characters must be preserved
- •Writing or editing documents that require correct orthography in Latin Extended
- •Using in subtitles, captions, and social posts where spelling accuracy matters
Examples
ǚ — Latin Small Letter U with Diaeresis and Caron
- ǚǚ is part of my Polish dictionary word list.
- ǚPlease verify that ǚ displays correctly in your app.
- ǚThe character U+01DA appears in this sentence: ǚ.
- ǚI copied ǚ from the source and it keeps its diacritics.
- ǚAdd ǚ to the font test string for Latin Extended coverage.
Variations
Technical codes
| Unicode | U+01DA | |
| HTML Entity | ǚ | |
| HTML Code | ǚ | |
| CSS | \01DA |
FAQ
What does the Latin Small Letter U With Diaeresis And Caron letter mean?
ǚ is the lowercase form of “U with diaeresis and caron.” Visually, it combines three diacritics on the letter U: diaeresis (two dots) and caron (ˇ) to the right/top area, depending on the font. In practice, this character appears in written forms of languages that use extended Latin alphabets, where the diacritics distinguish pronunciation or grammatical forms. For developers and designers, it’s mainly about correct character encoding and font support—using the exact Unicode character prevents rendering errors and ensures searchable, consistent text across systems.
What is the Unicode code point for ǚ?
ǚ is U+01DA.
How can I copy ǚ in HTML?
Use the HTML entity: ǚ
What CSS/JS escapes can I use for ǚ?
CSS escape: \\01DA. JavaScript (Unicode code point escape): \\u{01DA}.
Will ǚ always render the same way on every device?
Rendering depends on font support. If the font doesn’t include Latin Extended, the character may appear with a fallback font or incorrect styling.