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