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