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