| Symboolnaam | Hangul Syllable Gulp |
| Unicode-versie | 2.0 |
| Unicode | U+AD7A |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AD7A |
| Hexadecimale code | 0xAD7A |
| HTML-code | 굺 |
| LaTeX | \hangul{AD7A} |
| Symbool | 굺 |
| URL-codering (UTF-8 procent) | %EA%B5%BA |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable gulp-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Gulp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |