| Nombre del símbolo | Hangul Syllable Kuims |
| Versión Unicode | 2.0 |
| Unicode | U+D09A |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D09A |
| Código hexadecimal | 0xD09A |
| Código HTML | 킚 |
| LaTeX | \hangul{D09A} |
| Símbolo | 킚 |
| Codificación URL (porcentaje UTF-8) | %ED%82%9A |
| Nombre oral / lector de pantalla | Hangul Syllable Kuims |
| UTF-8 | ED 82 9A |
| UTF-16 | D09A |
| UTF-32 | 0000D09A |
1\documentclass{article}2\usepackage{pifont}3\hangul{D09A}4\end{document}Puedes escribir el símbolo hangul syllable kuims en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53402 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kuims", or use Unicode Hex Input with D09A.
Ctrl + Shift + U, type d09a, 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-kuims::before { content: "\D09A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>킚</span>La representación del símbolo Hangul Syllable Kuims en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD09A' or String.fromCodePoint(53402) |
| Python | '\N{HANGUL SYLLABLE KUIMS}' or chr(53402) |
| Rust | '\u{D09A}' |
| C / C++ | UTF-8 source or wchar_t with U+D09A |
| Go | string(rune(0xD09A)) |
| Ruby | "\u{D09A}" |