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