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