| Symbolname | Hangul Syllable Mils |
| Unicode-Version | 2.0 |
| Unicode | U+BC04 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BC04 |
| Hexadezimalcode | 0xBC04 |
| HTML-Code | 밄 |
| LaTeX | \hangul{BC04} |
| Symbol | 밄 |
| URL-Kodierung (UTF-8-Prozent) | %EB%B0%84 |
| Ansagename (Screenreader) | Hangul Syllable Mils |
| UTF-8 | EB B0 84 |
| UTF-16 | BC04 |
| UTF-32 | 0000BC04 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BC04}4\end{document}Sie können das Symbol hangul syllable mils auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 48132 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable mils", or use Unicode Hex Input with BC04.
Ctrl + Shift + U, type bc04, 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-mils::before { content: "\BC04"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>밄</span>Die Darstellung des Symbols Hangul Syllable Mils in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBC04' or String.fromCodePoint(48132) |
| Python | '\N{HANGUL SYLLABLE MILS}' or chr(48132) |
| Rust | '\u{BC04}' |
| C / C++ | UTF-8 source or wchar_t with U+BC04 |
| Go | string(rune(0xBC04)) |
| Ruby | "\u{BC04}" |