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