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