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