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