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