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