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