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