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