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