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