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