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