| Symboolnaam | Hangul Syllable Kuilt |
| Unicode-versie | 2.0 |
| Unicode | U+D095 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D095 |
| Hexadecimale code | 0xD095 |
| HTML-code | 킕 |
| LaTeX | \hangul{D095} |
| Symbool | 킕 |
| URL-codering (UTF-8 procent) | %ED%82%95 |
| Uitgesproken naam / schermlezer | Hangul Syllable Kuilt |
| UTF-8 | ED 82 95 |
| UTF-16 | D095 |
| UTF-32 | 0000D095 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D095}4\end{document}Je kunt het hangul syllable kuilt-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 53397 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kuilt", or use Unicode Hex Input with D095.
Ctrl + Shift + U, type d095, 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-kuilt::before { content: "\D095"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>킕</span>De weergave van het Hangul Syllable Kuilt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD095' or String.fromCodePoint(53397) |
| Python | '\N{HANGUL SYLLABLE KUILT}' or chr(53397) |
| Rust | '\u{D095}' |
| C / C++ | UTF-8 source or wchar_t with U+D095 |
| Go | string(rune(0xD095)) |
| Ruby | "\u{D095}" |