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