| 記号名 | Hangul Syllable Amb |
| Unicodeバージョン | 2.0 |
| Unicode | U+C555 |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \C555 |
| 16進コード | 0xC555 |
| HTMLコード | 압 |
| LaTeX | \hangul{C555} |
| 記号 | 압 |
| URLエンコード(UTF-8パーセント) | %EC%95%95 |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Amb |
| UTF-8 | EC 95 95 |
| UTF-16 | C555 |
| UTF-32 | 0000C555 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C555}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable amb記号を入力できます:
Alt + 50517 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable amb", or use Unicode Hex Input with C555.
Ctrl + Shift + U, type c555, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-amb::before { content: "\C555"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>압</span>各プログラミング言語におけるHangul Syllable Amb記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uC555' or String.fromCodePoint(50517) |
| Python | '\N{HANGUL SYLLABLE AMB}' or chr(50517) |
| Rust | '\u{C555}' |
| C / C++ | UTF-8 source or wchar_t with U+C555 |
| Go | string(rune(0xC555)) |
| Ruby | "\u{C555}" |