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