| Nombre del símbolo | Hangul Syllable Kwilh |
| Versión Unicode | 2.0 |
| Unicode | U+D043 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D043 |
| Código hexadecimal | 0xD043 |
| Código HTML | 큃 |
| LaTeX | \hangul{D043} |
| Símbolo | 큃 |
| Codificación URL (porcentaje UTF-8) | %ED%81%83 |
| Nombre oral / lector de pantalla | Hangul Syllable Kwilh |
| UTF-8 | ED 81 83 |
| UTF-16 | D043 |
| UTF-32 | 0000D043 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D043}4\end{document}Puedes escribir el símbolo hangul syllable kwilh en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53315 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kwilh", or use Unicode Hex Input with D043.
Ctrl + Shift + U, type d043, 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-kwilh::before { content: "\D043"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>큃</span>La representación del símbolo Hangul Syllable Kwilh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD043' or String.fromCodePoint(53315) |
| Python | '\N{HANGUL SYLLABLE KWILH}' or chr(53315) |
| Rust | '\u{D043}' |
| C / C++ | UTF-8 source or wchar_t with U+D043 |
| Go | string(rune(0xD043)) |
| Ruby | "\u{D043}" |