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