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