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