| Symboolnaam | Hangul Syllable Geulp |
| Unicode-versie | 2.0 |
| Unicode | U+AE06 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AE06 |
| Hexadecimale code | 0xAE06 |
| HTML-code | 긆 |
| LaTeX | \hangul{AE06} |
| Symbool | 긆 |
| URL-codering (UTF-8 procent) | %EA%B8%86 |
| Uitgesproken naam / schermlezer | Hangul Syllable Geulp |
| UTF-8 | EA B8 86 |
| UTF-16 | AE06 |
| UTF-32 | 0000AE06 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AE06}4\end{document}Je kunt het hangul syllable geulp-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44550 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable geulp", or use Unicode Hex Input with AE06.
Ctrl + Shift + U, type ae06, 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-geulp::before { content: "\AE06"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>긆</span>De weergave van het Hangul Syllable Geulp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAE06' or String.fromCodePoint(44550) |
| Python | '\N{HANGUL SYLLABLE GEULP}' or chr(44550) |
| Rust | '\u{AE06}' |
| C / C++ | UTF-8 source or wchar_t with U+AE06 |
| Go | string(rune(0xAE06)) |
| Ruby | "\u{AE06}" |