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