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