| Nome del simbolo | Hangul Syllable Bbyael |
| Versione Unicode | 2.0 |
| Unicode | U+BEBC |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BEBC |
| Codice esadecimale | 0xBEBC |
| Codice HTML | 뺼 |
| LaTeX | \hangul{BEBC} |
| Simbolo | 뺼 |
| Codifica URL (percentuale UTF-8) | %EB%BA%BC |
| Nome parlato / screen reader | Hangul Syllable Bbyael |
| UTF-8 | EB BA BC |
| UTF-16 | BEBC |
| UTF-32 | 0000BEBC |
1\documentclass{article}2\usepackage{pifont}3\hangul{BEBC}4\end{document}Puoi digitare il simbolo hangul syllable bbyael sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 48828 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbyael", or use Unicode Hex Input with BEBC.
Ctrl + Shift + U, type bebc, 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-bbyael::before { content: "\BEBC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뺼</span>La rappresentazione del simbolo Hangul Syllable Bbyael nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uBEBC' or String.fromCodePoint(48828) |
| Python | '\N{HANGUL SYLLABLE BBYAEL}' or chr(48828) |
| Rust | '\u{BEBC}' |
| C / C++ | UTF-8 source or wchar_t with U+BEBC |
| Go | string(rune(0xBEBC)) |
| Ruby | "\u{BEBC}" |