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