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