| Symbol Name | Latin Small Letter Y With Loop |
| Unicode Version | 5.1 |
| Unicode | U+1EFF |
| Unicode block | |
| General category | 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}You can type the latin small letter y with loop symbol on most modern devices with the help of following methods:
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>Latin Small Letter Y With Loop symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\1EFF |
| Hex Code | 0x1EFF |
| HTML Code | ỿ |
| LaTeX | \text{LATINSMALLLETTERYWITHLOOP} |
| Symbol | ỿ |
| URL encode (UTF-8 percent) | %E1%BB%BF |
| Spoken / screen reader name | Latin Small Letter Y With Loop |