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