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