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