| Nom du symbole | Latin Capital Letter U With Macron And Diaeresis |
| Version Unicode | 1.1 |
| Unicode | U+1E7A |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| UTF-8 | E1 B9 BA |
| UTF-16 | 1E7A |
| UTF-32 | 00001E7A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERUWITHMACRONANDDIAERESIS}4\end{document}Vous pouvez saisir le symbole latin capital letter u with macron and diaeresis sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7802 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter u with macron and diaeresis", or use Unicode Hex Input with 1E7A.
Ctrl + Shift + U, type 1e7a, 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-and-diaeresis::before { content: "\1E7A"; 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 And Diaeresis dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1E7A' or String.fromCodePoint(7802) |
| Python | '\N{LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS}' or chr(7802) |
| Rust | '\u{1E7A}' |
| C / C++ | UTF-8 source or wchar_t with U+1E7A |
| Go | string(rune(0x1E7A)) |
| Ruby | "\u{1E7A}" |
| Code CSS |
\1E7A |
| Code hexadécimal | 0x1E7A |
| Code HTML | Ṻ |
| LaTeX | \text{LATINCAPITALLETTERUWITHMACRONANDDIAERESIS} |
| Symbole | Ṻ |
| Encodage URL (pourcent UTF-8) | %E1%B9%BA |
| Nom oral / lecteur d’écran | Latin Capital Letter U With Macron And Diaeresis |