| Nome del simbolo | Latin Capital Letter Y With Macron |
| Versione Unicode | 3.0 |
| Unicode | U+0232 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo latin capital letter y with macron sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Latin Capital Letter Y With Macron nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\0232 |
| Codice esadecimale | 0x0232 |
| Codice HTML | Ȳ |
| LaTeX | \text{LATINCAPITALLETTERYWITHMACRON} |
| Simbolo | Ȳ |
| Codifica URL (percentuale UTF-8) | %C8%B2 |
| Nome parlato / screen reader | Latin Capital Letter Y With Macron |