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