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