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