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