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