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