Latin Small Letter U With Tilde Letter
ũ is the Latin small letter u with a tilde (Unicode U+0169).
U+0169
The symbol ũ is a Latin character used in languages that mark nasalization or similar pronunciation features. It appears in Unicode as LATIN SMALL LETTER U WITH TILDE (U+0169). You can copy it directly or use the provided HTML/CSS/JavaScript escapes.
Latin Small Letter U With Tilde Letter Meaning
ũ is the lowercase letter “u” with a tilde diacritic, encoded as Unicode U+0169 (LATIN SMALL LETTER U WITH TILDE). In many Latin-alphabet languages and orthographies, the tilde indicates a pronunciation or phonetic quality such as nasalization. It is not a generic “decoration” mark; instead, it typically changes how a word is spelled and pronounced. Use it when writing text that specifically requires this letter (for example, in names, accented words, or language-specific spelling). When generating content in HTML, CSS, or JavaScript, use the correct escape sequence so the character renders reliably.
Common uses
- •Typing or entering words that require u with tilde in Latin-based languages
- •Accurate transcription of names and place names that include ũ
- •Writing in internationalization/localization contexts where diacritics must match
- •Designing typography or UI text samples that include the exact character
- •Displaying correct characters in programming and data fields that store diacritics
Examples
ũ (u with tilde) symbol
- ũcoração ũ
- ũmũsica
- ũprũbado
- ũcanção with ũ (example text including ũ)
- ũAv. ũstedes
Variations
Technical codes
| Unicode | U+0169 | |
| HTML Entity | ũ | |
| HTML Code | ũ | |
| CSS | \0169 |
FAQ
What does the Latin Small Letter U With Tilde letter mean?
ũ is the lowercase letter “u” with a tilde diacritic, encoded as Unicode U+0169 (LATIN SMALL LETTER U WITH TILDE). In many Latin-alphabet languages and orthographies, the tilde indicates a pronunciation or phonetic quality such as nasalization. It is not a generic “decoration” mark; instead, it typically changes how a word is spelled and pronounced. Use it when writing text that specifically requires this letter (for example, in names, accented words, or language-specific spelling). When generating content in HTML, CSS, or JavaScript, use the correct escape sequence so the character renders reliably.
What is the Unicode codepoint for ũ?
ũ is Unicode codepoint U+0169 (LATIN SMALL LETTER U WITH TILDE).
How do I insert ũ in HTML?
Use the HTML entity: ũ.
How do I use ũ in CSS or JavaScript?
CSS escape: \\0169. JavaScript escape: \\u{0169}.
Is ũ the same as “u” followed by a combining tilde?
They are related visually, but ũ is a single precomposed character (U+0169). If you use “u” + combining tilde, the result may render similarly, but it is not the same codepoint.