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