| Symboolnaam | Hangul Syllable Bbeolt |
| Unicode-versie | 2.0 |
| Unicode | U+BEDD |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BEDD |
| Hexadecimale code | 0xBEDD |
| HTML-code | 뻝 |
| LaTeX | \hangul{BEDD} |
| Symbool | 뻝 |
| URL-codering (UTF-8 procent) | %EB%BB%9D |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable bbeolt-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Bbeolt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |