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