| 記号名 | Latin Small Letter U With Short Right Leg |
| Unicodeバージョン | 7.0 |
| Unicode | U+AB4E |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | EA AD 8E |
| UTF-16 | AB4E |
| UTF-32 | 0000AB4E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERUWITHSHORTRIGHTLEG}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter u with short right leg記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |
\AB4E |
| 16進コード | 0xAB4E |
| HTMLコード | ꭎ |
| LaTeX | \text{LATINSMALLLETTERUWITHSHORTRIGHTLEG} |
| 記号 | ꭎ |
| URLエンコード(UTF-8パーセント) | %EA%AD%8E |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter U With Short Right Leg |