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