| Nom du symbole | Hangul Syllable Bwinh |
| Version Unicode | 2.0 |
| Unicode | U+BDDA |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \BDDA |
| Code hexadécimal | 0xBDDA |
| Code HTML | 뷚 |
| LaTeX | \hangul{BDDA} |
| Symbole | 뷚 |
| Encodage URL (pourcent UTF-8) | %EB%B7%9A |
| Nom oral / lecteur d’écran | Hangul Syllable Bwinh |
| UTF-8 | EB B7 9A |
| UTF-16 | BDDA |
| UTF-32 | 0000BDDA |
1\documentclass{article}2\usepackage{pifont}3\hangul{BDDA}4\end{document}Vous pouvez saisir le symbole hangul syllable bwinh sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 48602 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bwinh", or use Unicode Hex Input with BDDA.
Ctrl + Shift + U, type bdda, 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-bwinh::before { content: "\BDDA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뷚</span>La représentation du symbole Hangul Syllable Bwinh dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uBDDA' or String.fromCodePoint(48602) |
| Python | '\N{HANGUL SYLLABLE BWINH}' or chr(48602) |
| Rust | '\u{BDDA}' |
| C / C++ | UTF-8 source or wchar_t with U+BDDA |
| Go | string(rune(0xBDDA)) |
| Ruby | "\u{BDDA}" |