| Nome del simbolo | Hangul Syllable Bbwels |
| Versione Unicode | 2.0 |
| Unicode | U+C010 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \C010 |
| Codice esadecimale | 0xC010 |
| Codice HTML | 쀐 |
| LaTeX | \hangul{C010} |
| Simbolo | 쀐 |
| Codifica URL (percentuale UTF-8) | %EC%80%90 |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable bbwels sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Bbwels nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |