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