| Nombre del símbolo | Hangul Syllable Bbwilm |
| Versión Unicode | 2.0 |
| Unicode | U+C02A |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \C02A |
| Código hexadecimal | 0xC02A |
| Código HTML | 쀪 |
| LaTeX | \hangul{C02A} |
| Símbolo | 쀪 |
| Codificación URL (porcentaje UTF-8) | %EC%80%AA |
| Nombre oral / lector de pantalla | Hangul Syllable Bbwilm |
| UTF-8 | EC 80 AA |
| UTF-16 | C02A |
| UTF-32 | 0000C02A |
1\documentclass{article}2\usepackage{pifont}3\hangul{C02A}4\end{document}Puedes escribir el símbolo hangul syllable bbwilm en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 49194 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbwilm", or use Unicode Hex Input with C02A.
Ctrl + Shift + U, type c02a, 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-bbwilm::before { content: "\C02A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쀪</span>La representación del símbolo Hangul Syllable Bbwilm en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uC02A' or String.fromCodePoint(49194) |
| Python | '\N{HANGUL SYLLABLE BBWILM}' or chr(49194) |
| Rust | '\u{C02A}' |
| C / C++ | UTF-8 source or wchar_t with U+C02A |
| Go | string(rune(0xC02A)) |
| Ruby | "\u{C02A}" |