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