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