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