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