| Nome del simbolo | Hangul Syllable Kuims |
| Versione Unicode | 2.0 |
| Unicode | U+D09A |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D09A |
| Codice esadecimale | 0xD09A |
| Codice HTML | 킚 |
| LaTeX | \hangul{D09A} |
| Simbolo | 킚 |
| Codifica URL (percentuale UTF-8) | %ED%82%9A |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable kuims sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Kuims nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |