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