| Nom du symbole | Latin Small Letter U With Horn And Tilde |
| Version Unicode | 1.1 |
| Unicode | U+1EEF |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | E1 BB AF |
| UTF-16 | 1EEF |
| UTF-32 | 00001EEF |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERUWITHHORNANDTILDE}4\end{document}Vous pouvez saisir le symbole latin small letter u with horn and tilde sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7919 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter u with horn and tilde", or use Unicode Hex Input with 1EEF.
Ctrl + Shift + U, type 1eef, 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-u-with-horn-and-tilde::before { content: "\1EEF"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ữ</span>La représentation du symbole Latin Small Letter U With Horn And Tilde dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1EEF' or String.fromCodePoint(7919) |
| Python | '\N{LATIN SMALL LETTER U WITH HORN AND TILDE}' or chr(7919) |
| Rust | '\u{1EEF}' |
| C / C++ | UTF-8 source or wchar_t with U+1EEF |
| Go | string(rune(0x1EEF)) |
| Ruby | "\u{1EEF}" |
| Code CSS |
\1EEF |
| Code hexadécimal | 0x1EEF |
| Code HTML | ữ |
| LaTeX | \text{LATINSMALLLETTERUWITHHORNANDTILDE} |
| Symbole | ữ |
| Encodage URL (pourcent UTF-8) | %E1%BB%AF |
| Nom oral / lecteur d’écran | Latin Small Letter U With Horn And Tilde |