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