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