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