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