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