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