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