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