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