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