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