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