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