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