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