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