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