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