| Symbolname | Hangul Syllable Weomh |
| Unicode-Version | 2.0 |
| Unicode | U+C6E1 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C6E1 |
| Hexadezimalcode | 0xC6E1 |
| HTML-Code | 웡 |
| LaTeX | \hangul{C6E1} |
| Symbol | 웡 |
| URL-Kodierung (UTF-8-Prozent) | %EC%9B%A1 |
| Ansagename (Screenreader) | Hangul Syllable Weomh |
| UTF-8 | EC 9B A1 |
| UTF-16 | C6E1 |
| UTF-32 | 0000C6E1 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C6E1}4\end{document}Sie können das Symbol hangul syllable weomh auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 50913 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable weomh", or use Unicode Hex Input with C6E1.
Ctrl + Shift + U, type c6e1, 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-weomh::before { content: "\C6E1"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>웡</span>Die Darstellung des Symbols Hangul Syllable Weomh in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uC6E1' or String.fromCodePoint(50913) |
| Python | '\N{HANGUL SYLLABLE WEOMH}' or chr(50913) |
| Rust | '\u{C6E1}' |
| C / C++ | UTF-8 source or wchar_t with U+C6E1 |
| Go | string(rune(0xC6E1)) |
| Ruby | "\u{C6E1}" |