| Nome del simbolo | Hangul Syllable Bibt |
| Versione Unicode | 2.0 |
| Unicode | U+BE5C |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BE5C |
| Codice esadecimale | 0xBE5C |
| Codice HTML | 빜 |
| LaTeX | \hangul{BE5C} |
| Simbolo | 빜 |
| Codifica URL (percentuale UTF-8) | %EB%B9%9C |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable bibt sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Bibt nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |