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