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