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