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