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