| Symboolnaam | Hangul Syllable Myos |
| Unicode-versie | 2.0 |
| Unicode | U+BB31 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BB31 |
| Hexadecimale code | 0xBB31 |
| HTML-code | 묱 |
| LaTeX | \hangul{BB31} |
| Symbool | 묱 |
| URL-codering (UTF-8 procent) | %EB%AC%B1 |
| Uitgesproken naam / schermlezer | Hangul Syllable Myos |
| UTF-8 | EB AC B1 |
| UTF-16 | BB31 |
| UTF-32 | 0000BB31 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BB31}4\end{document}Je kunt het hangul syllable myos-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 47921 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable myos", or use Unicode Hex Input with BB31.
Ctrl + Shift + U, type bb31, 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-myos::before { content: "\BB31"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>묱</span>De weergave van het Hangul Syllable Myos-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBB31' or String.fromCodePoint(47921) |
| Python | '\N{HANGUL SYLLABLE MYOS}' or chr(47921) |
| Rust | '\u{BB31}' |
| C / C++ | UTF-8 source or wchar_t with U+BB31 |
| Go | string(rune(0xBB31)) |
| Ruby | "\u{BB31}" |