| Symbol Name | Hangul Syllable Gyes |
| Unicode Version | 2.0 |
| Unicode | U+ACDD |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \ACDD |
| Hex Code | 0xACDD |
| HTML Code | 곝 |
| LaTeX | \hangul{ACDD} |
| Symbol | 곝 |
| URL encode (UTF-8 percent) | %EA%B3%9D |
| Spoken / screen reader name | Hangul Syllable Gyes |
| UTF-8 | EA B3 9D |
| UTF-16 | ACDD |
| UTF-32 | 0000ACDD |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACDD}4\end{document}You can type the hangul syllable gyes symbol on most modern devices with the help of following methods:
Alt + 44253 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyes", or use Unicode Hex Input with ACDD.
Ctrl + Shift + U, type acdd, 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-gyes::before { content: "\ACDD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>곝</span>Hangul Syllable Gyes symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uACDD' or String.fromCodePoint(44253) |
| Python | '\N{HANGUL SYLLABLE GYES}' or chr(44253) |
| Rust | '\u{ACDD}' |
| C / C++ | UTF-8 source or wchar_t with U+ACDD |
| Go | string(rune(0xACDD)) |
| Ruby | "\u{ACDD}" |