| Symboolnaam | Hangul Syllable Min |
| Unicode-versie | 2.0 |
| Unicode | U+BBFC |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BBFC |
| Hexadecimale code | 0xBBFC |
| HTML-code | 민 |
| LaTeX | \hangul{BBFC} |
| Symbool | 민 |
| URL-codering (UTF-8 procent) | %EB%AF%BC |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable min-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Min-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |