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