Latin Small Letter U With Circumflex Letter
û is the Latin small letter u with a circumflex, used in many languages and technical text.
U+00FB
The symbol û is Unicode character U+00FB. You’ll often see it in words that require a circumflex over the letter u. Use the copy tools below or the provided HTML/CSS/JavaScript escapes.
Latin Small Letter U With Circumflex Letter Meaning
û (Latin small letter u with circumflex) is a precomposed Unicode character represented by code point U+00FB. The circumflex indicates a diacritic placed on the letter u, commonly signaling pronunciation, contrast between vowel forms, or grammatical meaning in languages that use the circumflex. In plain text, û is typically used exactly as it appears in the original spelling of words. In writing and localization, using the correct single character (rather than a plain “u” plus a separate combining mark) helps maintain consistent rendering, search behavior, and formatting across platforms.
Common uses
- •Typing or correcting French and other language words that require “û”
- •Displaying proper names and place names in localized content
- •Writing linguistics and phonetics notes that include diacritics
- •Using accurate characters in subtitles, captions, and translations
- •Programmatically generating correct text in web and software UI
Examples
û (u with circumflex) – copy and HTML codes
- ûJe m’appelle Marie ûber.
- ûLe gâteau est délicieux.
- ûLa durée du trajet est de 2 heures.
- ûC’est un bon choix pour l’été.
- ûUtilisez û dans ce champ de texte.
Variations
Technical codes
| Unicode | U+00FB | |
| HTML Entity | û | |
| HTML Code | û | |
| CSS | \00FB |
FAQ
What does the Latin Small Letter U With Circumflex letter mean?
û (Latin small letter u with circumflex) is a precomposed Unicode character represented by code point U+00FB. The circumflex indicates a diacritic placed on the letter u, commonly signaling pronunciation, contrast between vowel forms, or grammatical meaning in languages that use the circumflex. In plain text, û is typically used exactly as it appears in the original spelling of words. In writing and localization, using the correct single character (rather than a plain “u” plus a separate combining mark) helps maintain consistent rendering, search behavior, and formatting across platforms.
What Unicode character is “û”?
“û” is the Latin small letter u with circumflex, Unicode U+00FB.
How do I type û on the web using HTML?
You can use the HTML entity: û.
What is the CSS escape for û?
The CSS escape is: \\00FB.
What JavaScript escape should I use for û?
Use: \\u{00FB}.