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