| Symboolnaam | Hangul Syllable Wabt |
| Unicode-versie | 2.0 |
| Unicode | U+C658 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C658 |
| Hexadecimale code | 0xC658 |
| HTML-code | 왘 |
| LaTeX | \hangul{C658} |
| Symbool | 왘 |
| URL-codering (UTF-8 procent) | %EC%99%98 |
| Uitgesproken naam / schermlezer | Hangul Syllable Wabt |
| UTF-8 | EC 99 98 |
| UTF-16 | C658 |
| UTF-32 | 0000C658 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C658}4\end{document}Je kunt het hangul syllable wabt-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 50776 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable wabt", or use Unicode Hex Input with C658.
Ctrl + Shift + U, type c658, 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-wabt::before { content: "\C658"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>왘</span>De weergave van het Hangul Syllable Wabt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC658' or String.fromCodePoint(50776) |
| Python | '\N{HANGUL SYLLABLE WABT}' or chr(50776) |
| Rust | '\u{C658}' |
| C / C++ | UTF-8 source or wchar_t with U+C658 |
| Go | string(rune(0xC658)) |
| Ruby | "\u{C658}" |