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