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