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