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