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