| Symbol Name | Latin Small Letter U With Short Right Leg |
| Unicode Version | 7.0 |
| Unicode | U+AB4E |
| Unicode block | |
| General category | 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}You can type the latin small letter u with short right leg symbol on most modern devices with the help of following methods:
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>Latin Small Letter U With Short Right Leg symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\AB4E |
| Hex Code | 0xAB4E |
| HTML Code | ꭎ |
| LaTeX | \text{LATINSMALLLETTERUWITHSHORTRIGHTLEG} |
| Symbol | ꭎ |
| URL encode (UTF-8 percent) | %EA%AD%8E |
| Spoken / screen reader name | Latin Small Letter U With Short Right Leg |