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