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