| Symbol Name | Latin Capital Letter Y With Diaeresis |
| Unicode Version | 1.1 |
| Unicode | U+0178 |
| Unicode block | |
| General category | Uppercase Letter (Lu) |
| CSS Code |
| UTF-8 | C5 B8 |
| UTF-16 | 0178 |
| UTF-32 | 00000178 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERYWITHDIAERESIS}4\end{document}You can type the latin capital letter y with diaeresis symbol on most modern devices with the help of following methods:
Alt + 376 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter y with diaeresis", or use Unicode Hex Input with 0178.
Ctrl + Shift + U, type 0178, 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-diaeresis::before { content: "\0178"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ÿ</span>Latin Capital Letter Y With Diaeresis symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u0178' or String.fromCodePoint(376) |
| Python | '\N{LATIN CAPITAL LETTER Y WITH DIAERESIS}' or chr(376) |
| Rust | '\u{0178}' |
| C / C++ | UTF-8 source or wchar_t with U+0178 |
| Go | string(rune(0x0178)) |
| Ruby | "\u{0178}" |
\0178 |
| Hex Code | 0x0178 |
| HTML Code | Ÿ |
| LaTeX | \text{LATINCAPITALLETTERYWITHDIAERESIS} |
| Symbol | Ÿ |
| URL encode (UTF-8 percent) | %C5%B8 |
| Spoken / screen reader name | Latin Capital Letter Y With Diaeresis |