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