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