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