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