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