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