| Symbol Name | Hangul Syllable Gyelg |
| Unicode Version | 2.0 |
| Unicode | U+ACCD |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \ACCD |
| Hex Code | 0xACCD |
| HTML Code | 곍 |
| LaTeX | \hangul{ACCD} |
| Symbol | 곍 |
| URL encode (UTF-8 percent) | %EA%B3%8D |
| Spoken / screen reader name | 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}You can type the hangul syllable gyelg symbol on most modern devices with the help of following methods:
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>Hangul Syllable Gyelg symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |