| Nom du symbole | Hangul Syllable Bugs |
| Version Unicode | 2.0 |
| Unicode | U+BD83 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \BD83 |
| Code hexadécimal | 0xBD83 |
| Code HTML | 붃 |
| LaTeX | \hangul{BD83} |
| Symbole | 붃 |
| Encodage URL (pourcent UTF-8) | %EB%B6%83 |
| Nom oral / lecteur d’écran | Hangul Syllable Bugs |
| UTF-8 | EB B6 83 |
| UTF-16 | BD83 |
| UTF-32 | 0000BD83 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BD83}4\end{document}Vous pouvez saisir le symbole hangul syllable bugs sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 48515 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bugs", or use Unicode Hex Input with BD83.
Ctrl + Shift + U, type bd83, 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-bugs::before { content: "\BD83"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>붃</span>La représentation du symbole Hangul Syllable Bugs dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uBD83' or String.fromCodePoint(48515) |
| Python | '\N{HANGUL SYLLABLE BUGS}' or chr(48515) |
| Rust | '\u{BD83}' |
| C / C++ | UTF-8 source or wchar_t with U+BD83 |
| Go | string(rune(0xBD83)) |
| Ruby | "\u{BD83}" |