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