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