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