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