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