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