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