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