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