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