| Symbol Name | Hangul Syllable Wanh |
| Unicode Version | 2.0 |
| Unicode | U+C646 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \C646 |
| Hex Code | 0xC646 |
| HTML Code | 왆 |
| LaTeX | \hangul{C646} |
| Symbol | 왆 |
| URL encode (UTF-8 percent) | %EC%99%86 |
| Spoken / screen reader name | Hangul Syllable Wanh |
| UTF-8 | EC 99 86 |
| UTF-16 | C646 |
| UTF-32 | 0000C646 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C646}4\end{document}You can type the hangul syllable wanh symbol on most modern devices with the help of following methods:
Alt + 50758 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable wanh", or use Unicode Hex Input with C646.
Ctrl + Shift + U, type c646, 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-wanh::before { content: "\C646"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>왆</span>Hangul Syllable Wanh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uC646' or String.fromCodePoint(50758) |
| Python | '\N{HANGUL SYLLABLE WANH}' or chr(50758) |
| Rust | '\u{C646}' |
| C / C++ | UTF-8 source or wchar_t with U+C646 |
| Go | string(rune(0xC646)) |
| Ruby | "\u{C646}" |