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