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