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