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