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