About Latin Capital Letter Y With Diaeresis Latin Capital Letter Y Diaeresis
Latin Capital Letter Y With Diaeresis Latin Capital Letter Y Diaeresis is the Unicode character Ÿ at codepoint U+0178 in the Latin Extended-A block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Latin Capital Letter Y With Diaeresis Latin Capital Letter Y Diaeresis
To use the Latin Capital Letter Y With Diaeresis Latin Capital Letter Y Diaeresis symbol (Ÿ) in HTML, insert the
entity Ÿ directly into your markup. The decimal entity Ÿ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\178';.
In JavaScript and TypeScript the escape '\u0178' evaluates to Ÿ. In Python source, write '\u0178'.
The character encodes to C5 B8 as UTF-8 bytes and 0178 as UTF-16 code units. Its decimal codepoint is 376.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.