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