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