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