| Nome del simbolo | Latin Small Letter Y With Diaeresis |
| Versione Unicode | 1.1 |
| Unicode | U+00FF |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | C3 BF |
| UTF-16 | 00FF |
| UTF-32 | 000000FF |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERYWITHDIAERESIS}4\end{document}Puoi digitare il simbolo latin small letter y with diaeresis sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 255 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter y with diaeresis", or use Unicode Hex Input with 00FF.
Ctrl + Shift + U, type 00ff, 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-small-letter-y-with-diaeresis::before { content: "\00FF"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ÿ</span>La rappresentazione del simbolo Latin Small Letter Y With Diaeresis nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u00FF' or String.fromCodePoint(255) |
| Python | '\N{LATIN SMALL LETTER Y WITH DIAERESIS}' or chr(255) |
| Rust | '\u{00FF}' |
| C / C++ | UTF-8 source or wchar_t with U+00FF |
| Go | string(rune(0x00FF)) |
| Ruby | "\u{00FF}" |
| Codice CSS |
\00FF |
| Codice esadecimale | 0x00FF |
| Codice HTML | ÿ |
| LaTeX | \text{LATINSMALLLETTERYWITHDIAERESIS} |
| Simbolo | ÿ |
| Codifica URL (percentuale UTF-8) | %C3%BF |
| Nome parlato / screen reader | Latin Small Letter Y With Diaeresis |