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