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