| Nom du symbole | Latin Capital Letter U With Macron |
| Version Unicode | 1.1 |
| Unicode | U+016A |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| UTF-8 | C5 AA |
| UTF-16 | 016A |
| UTF-32 | 0000016A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERUWITHMACRON}4\end{document}Vous pouvez saisir le symbole latin capital letter u with macron sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 362 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter u with macron", or use Unicode Hex Input with 016A.
Ctrl + Shift + U, type 016a, 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-capital-letter-u-with-macron::before { content: "\016A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ū</span>La représentation du symbole Latin Capital Letter U With Macron dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u016A' or String.fromCodePoint(362) |
| Python | '\N{LATIN CAPITAL LETTER U WITH MACRON}' or chr(362) |
| Rust | '\u{016A}' |
| C / C++ | UTF-8 source or wchar_t with U+016A |
| Go | string(rune(0x016A)) |
| Ruby | "\u{016A}" |
| Code CSS |
\016A |
| Code hexadécimal | 0x016A |
| Code HTML | Ū |
| LaTeX | \text{LATINCAPITALLETTERUWITHMACRON} |
| Symbole | Ū |
| Encodage URL (pourcent UTF-8) | %C5%AA |
| Nom oral / lecteur d’écran | Latin Capital Letter U With Macron |