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