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