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