| Nome del simbolo | Hangul Syllable Kyeolp |
| Versione Unicode | 2.0 |
| Unicode | U+CF2A |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CF2A |
| Codice esadecimale | 0xCF2A |
| Codice HTML | 켪 |
| LaTeX | \hangul{CF2A} |
| Simbolo | 켪 |
| Codifica URL (percentuale UTF-8) | %EC%BC%AA |
| Nome parlato / screen reader | Hangul Syllable Kyeolp |
| UTF-8 | EC BC AA |
| UTF-16 | CF2A |
| UTF-32 | 0000CF2A |
1\documentclass{article}2\usepackage{pifont}3\hangul{CF2A}4\end{document}Puoi digitare il simbolo hangul syllable kyeolp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 53034 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kyeolp", or use Unicode Hex Input with CF2A.
Ctrl + Shift + U, type cf2a, 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-kyeolp::before { content: "\CF2A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>켪</span>La rappresentazione del simbolo Hangul Syllable Kyeolp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCF2A' or String.fromCodePoint(53034) |
| Python | '\N{HANGUL SYLLABLE KYEOLP}' or chr(53034) |
| Rust | '\u{CF2A}' |
| C / C++ | UTF-8 source or wchar_t with U+CF2A |
| Go | string(rune(0xCF2A)) |
| Ruby | "\u{CF2A}" |