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