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