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