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