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