| Symbolname | Latin Small Letter U With Horn And Hook Above |
| Unicode-Version | 1.1 |
| Unicode | U+1EED |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | E1 BB AD |
| UTF-16 | 1EED |
| UTF-32 | 00001EED |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERUWITHHORNANDHOOKABOVE}4\end{document}Sie können das Symbol latin small letter u with horn and hook above auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 7917 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter u with horn and hook above", or use Unicode Hex Input with 1EED.
Ctrl + Shift + U, type 1eed, 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-hook-above::before { content: "\1EED"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ử</span>Die Darstellung des Symbols Latin Small Letter U With Horn And Hook Above in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u1EED' or String.fromCodePoint(7917) |
| Python | '\N{LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE}' or chr(7917) |
| Rust | '\u{1EED}' |
| C / C++ | UTF-8 source or wchar_t with U+1EED |
| Go | string(rune(0x1EED)) |
| Ruby | "\u{1EED}" |
| CSS-Code |
\1EED |
| Hexadezimalcode | 0x1EED |
| HTML-Code | ử |
| LaTeX | \text{LATINSMALLLETTERUWITHHORNANDHOOKABOVE} |
| Symbol | ử |
| URL-Kodierung (UTF-8-Prozent) | %E1%BB%AD |
| Ansagename (Screenreader) | Latin Small Letter U With Horn And Hook Above |