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