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