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