| Symbolname | Hangul Syllable Kyalm |
| Unicode-Version | 2.0 |
| Unicode | U+CEB6 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \CEB6 |
| Hexadezimalcode | 0xCEB6 |
| HTML-Code | 캶 |
| LaTeX | \hangul{CEB6} |
| Symbol | 캶 |
| URL-Kodierung (UTF-8-Prozent) | %EC%BA%B6 |
| Ansagename (Screenreader) | Hangul Syllable Kyalm |
| UTF-8 | EC BA B6 |
| UTF-16 | CEB6 |
| UTF-32 | 0000CEB6 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEB6}4\end{document}Sie können das Symbol hangul syllable kyalm auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 52918 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kyalm", or use Unicode Hex Input with CEB6.
Ctrl + Shift + U, type ceb6, 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-kyalm::before { content: "\CEB6"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>캶</span>Die Darstellung des Symbols Hangul Syllable Kyalm in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uCEB6' or String.fromCodePoint(52918) |
| Python | '\N{HANGUL SYLLABLE KYALM}' or chr(52918) |
| Rust | '\u{CEB6}' |
| C / C++ | UTF-8 source or wchar_t with U+CEB6 |
| Go | string(rune(0xCEB6)) |
| Ruby | "\u{CEB6}" |