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