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