| Symbol Name | Hangul Syllable Byaelm |
| Unicode Version | 2.0 |
| Unicode | U+BC72 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BC72 |
| Hex Code | 0xBC72 |
| HTML Code | 뱲 |
| LaTeX | \hangul{BC72} |
| Symbol | 뱲 |
| URL encode (UTF-8 percent) | %EB%B1%B2 |
| Spoken / screen reader name | Hangul Syllable Byaelm |
| UTF-8 | EB B1 B2 |
| UTF-16 | BC72 |
| UTF-32 | 0000BC72 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BC72}4\end{document}You can type the hangul syllable byaelm symbol on most modern devices with the help of following methods:
Alt + 48242 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable byaelm", or use Unicode Hex Input with BC72.
Ctrl + Shift + U, type bc72, 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-byaelm::before { content: "\BC72"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뱲</span>Hangul Syllable Byaelm symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uBC72' or String.fromCodePoint(48242) |
| Python | '\N{HANGUL SYLLABLE BYAELM}' or chr(48242) |
| Rust | '\u{BC72}' |
| C / C++ | UTF-8 source or wchar_t with U+BC72 |
| Go | string(rune(0xBC72)) |
| Ruby | "\u{BC72}" |