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