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