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