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