| Symbol Name | Hangul Syllable Kid |
| Unicode Version | 2.0 |
| Unicode | U+D0AB |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D0AB |
| Hex Code | 0xD0AB |
| HTML Code | 킫 |
| LaTeX | \hangul{D0AB} |
| Symbol | 킫 |
| URL encode (UTF-8 percent) | %ED%82%AB |
| Spoken / screen reader name | 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}You can type the hangul syllable kid symbol on most modern devices with the help of following methods:
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>Hangul Syllable Kid symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |