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