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