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