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