| Symboolnaam | Latin Capital Letter Y With Diaeresis |
| Unicode-versie | 1.1 |
| Unicode | U+0178 |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | C5 B8 |
| UTF-16 | 0178 |
| UTF-32 | 00000178 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERYWITHDIAERESIS}4\end{document}Je kunt het latin capital letter y with diaeresis-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Capital Letter Y With Diaeresis-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\0178 |
| Hexadecimale code | 0x0178 |
| HTML-code | Ÿ |
| LaTeX | \text{LATINCAPITALLETTERYWITHDIAERESIS} |
| Symbool | Ÿ |
| URL-codering (UTF-8 procent) | %C5%B8 |
| Uitgesproken naam / schermlezer | Latin Capital Letter Y With Diaeresis |