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