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