| Nome del simbolo | Hangul Syllable Kuilg |
| Versione Unicode | 2.0 |
| Unicode | U+D091 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D091 |
| Codice esadecimale | 0xD091 |
| Codice HTML | 킑 |
| LaTeX | \hangul{D091} |
| Simbolo | 킑 |
| Codifica URL (percentuale UTF-8) | %ED%82%91 |
| Nome parlato / screen reader | Hangul Syllable Kuilg |
| UTF-8 | ED 82 91 |
| UTF-16 | D091 |
| UTF-32 | 0000D091 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D091}4\end{document}Puoi digitare il simbolo hangul syllable kuilg sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 53393 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kuilg", or use Unicode Hex Input with D091.
Ctrl + Shift + U, type d091, 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-kuilg::before { content: "\D091"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>킑</span>La rappresentazione del simbolo Hangul Syllable Kuilg nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD091' or String.fromCodePoint(53393) |
| Python | '\N{HANGUL SYLLABLE KUILG}' or chr(53393) |
| Rust | '\u{D091}' |
| C / C++ | UTF-8 source or wchar_t with U+D091 |
| Go | string(rune(0xD091)) |
| Ruby | "\u{D091}" |