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