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