| Nom du symbole | Hangul Syllable Kid |
| Version Unicode | 2.0 |
| Unicode | U+D0AB |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D0AB |
| Code hexadécimal | 0xD0AB |
| Code HTML | 킫 |
| LaTeX | \hangul{D0AB} |
| Symbole | 킫 |
| Encodage URL (pourcent UTF-8) | %ED%82%AB |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable kid sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Kid dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |