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