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