| Nom du symbole | Latin Small Letter U With Short Right Leg |
| Version Unicode | 7.0 |
| Unicode | U+AB4E |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | EA AD 8E |
| UTF-16 | AB4E |
| UTF-32 | 0000AB4E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERUWITHSHORTRIGHTLEG}4\end{document}Vous pouvez saisir le symbole latin small letter u with short right leg sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 43854 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter u with short right leg", or use Unicode Hex Input with AB4E.
Ctrl + Shift + U, type ab4e, 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-short-right-leg::before { content: "\AB4E"; 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 Short Right Leg dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uAB4E' or String.fromCodePoint(43854) |
| Python | '\N{LATIN SMALL LETTER U WITH SHORT RIGHT LEG}' or chr(43854) |
| Rust | '\u{AB4E}' |
| C / C++ | UTF-8 source or wchar_t with U+AB4E |
| Go | string(rune(0xAB4E)) |
| Ruby | "\u{AB4E}" |
| Code CSS |
\AB4E |
| Code hexadécimal | 0xAB4E |
| Code HTML | ꭎ |
| LaTeX | \text{LATINSMALLLETTERUWITHSHORTRIGHTLEG} |
| Symbole | ꭎ |
| Encodage URL (pourcent UTF-8) | %EA%AD%8E |
| Nom oral / lecteur d’écran | Latin Small Letter U With Short Right Leg |