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