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