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