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