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