| Nom du symbole | Latin Small Letter U With Circumflex |
| Version Unicode | 1.1 |
| Unicode | U+00FB |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | C3 BB |
| UTF-16 | 00FB |
| UTF-32 | 000000FB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERUWITHCIRCUMFLEX}4\end{document}Vous pouvez saisir le symbole latin small letter u with circumflex sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 251 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter u with circumflex", or use Unicode Hex Input with 00FB.
Ctrl + Shift + U, type 00fb, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-u-with-circumflex::before { content: "\00FB"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>û</span>La représentation du symbole Latin Small Letter U With Circumflex dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u00FB' or String.fromCodePoint(251) |
| Python | '\N{LATIN SMALL LETTER U WITH CIRCUMFLEX}' or chr(251) |
| Rust | '\u{00FB}' |
| C / C++ | UTF-8 source or wchar_t with U+00FB |
| Go | string(rune(0x00FB)) |
| Ruby | "\u{00FB}" |
| Code CSS |
\00FB |
| Code hexadécimal | 0x00FB |
| Code HTML | û |
| LaTeX | \text{LATINSMALLLETTERUWITHCIRCUMFLEX} |
| Symbole | û |
| Encodage URL (pourcent UTF-8) | %C3%BB |
| Nom oral / lecteur d’écran | Latin Small Letter U With Circumflex |