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