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