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