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