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