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