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