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