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