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