| 記号名 | Latin Small Letter Sideways Diaeresized U |
| Unicodeバージョン | 4.0 |
| Unicode | U+1D1E |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | E1 B4 9E |
| UTF-16 | 1D1E |
| UTF-32 | 00001D1E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSIDEWAYSDIAERESIZEDU}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter sideways diaeresized u記号を入力できます:
Alt + 7454 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter sideways diaeresized u", or use Unicode Hex Input with 1D1E.
Ctrl + Shift + U, type 1d1e, 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-sideways-diaeresized-u::before { content: "\1D1E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᴞ</span>各プログラミング言語におけるLatin Small Letter Sideways Diaeresized U記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u1D1E' or String.fromCodePoint(7454) |
| Python | '\N{LATIN SMALL LETTER SIDEWAYS DIAERESIZED U}' or chr(7454) |
| Rust | '\u{1D1E}' |
| C / C++ | UTF-8 source or wchar_t with U+1D1E |
| Go | string(rune(0x1D1E)) |
| Ruby | "\u{1D1E}" |
\1D1E |
| 16進コード | 0x1D1E |
| HTMLコード | ᴞ |
| LaTeX | \text{LATINSMALLLETTERSIDEWAYSDIAERESIZEDU} |
| 記号 | ᴞ |
| URLエンコード(UTF-8パーセント) | %E1%B4%9E |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter Sideways Diaeresized U |