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