| Nombre del símbolo | Hangul Syllable Bbwels |
| Versión Unicode | 2.0 |
| Unicode | U+C010 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \C010 |
| Código hexadecimal | 0xC010 |
| Código HTML | 쀐 |
| LaTeX | \hangul{C010} |
| Símbolo | 쀐 |
| Codificación URL (porcentaje UTF-8) | %EC%80%90 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable bbwels en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Bbwels en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |