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