| Symbol Name | Hangul Syllable Swilg |
| Unicode Version | 2.0 |
| Unicode | U+C275 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \C275 |
| Hex Code | 0xC275 |
| HTML Code | 쉵 |
| LaTeX | \hangul{C275} |
| Symbol | 쉵 |
| URL encode (UTF-8 percent) | %EC%89%B5 |
| Spoken / screen reader name | Hangul Syllable Swilg |
| UTF-8 | EC 89 B5 |
| UTF-16 | C275 |
| UTF-32 | 0000C275 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C275}4\end{document}You can type the hangul syllable swilg symbol on most modern devices with the help of following methods:
Alt + 49781 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable swilg", or use Unicode Hex Input with C275.
Ctrl + Shift + U, type c275, 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-swilg::before { content: "\C275"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쉵</span>Hangul Syllable Swilg symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uC275' or String.fromCodePoint(49781) |
| Python | '\N{HANGUL SYLLABLE SWILG}' or chr(49781) |
| Rust | '\u{C275}' |
| C / C++ | UTF-8 source or wchar_t with U+C275 |
| Go | string(rune(0xC275)) |
| Ruby | "\u{C275}" |