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